{ "name": "@freesewing/patterns", "version": "2.0.0-alpha.3", "description": "An umbrella package for all FreeSewing patterns", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "keywords": [ "freesewing", "bundle", "design", "diy", "fashion", "sewing", "sewing pattern", "parametric design", "made to measure" ], "main": "dist/index.js", "module": "dist/index.mjs", "scripts": { "clean": "rimraf dist", "nodebuild": "BABEL_ENV=production rollup -c -o dist/index.js -f cjs", "modulebuild": "BABEL_ENV=production rollup -c -o dist/index.mjs -f es", "build": "npm run clean && npm run nodebuild && npm run modulebuild", "test": "echo \"patterns: No tests configured. Perhaps you'd like to do this?\" && exit 0", "pubtest": "npm publish --registry http://localhost:6662", "publish": "npm build && npm publish --access=public --tag=alpha" }, "dependencies": { "@freesewing/aaron": "^2.0.0-alpha.3", "@freesewing/bent": "^2.0.0-alpha.3", "@freesewing/brian": "^2.0.0-alpha.3", "@freesewing/bruce": "^2.0.0-alpha.3", "@freesewing/carlita": "^2.0.0-alpha.3", "@freesewing/carlton": "^2.0.0-alpha.3", "@freesewing/cathrin": "^2.0.0-alpha.3", "@freesewing/florent": "^2.0.0-alpha.3", "@freesewing/huey": "^2.0.0-alpha.3", "@freesewing/hugo": "^2.0.0-alpha.3", "@freesewing/jaeger": "0.2.1", "@freesewing/shin": "^2.0.0-alpha.3", "@freesewing/simon": "^2.0.0-alpha.3", "@freesewing/sven": "^2.0.0-alpha.3", "@freesewing/tamiko": "^2.0.0-alpha.3", "@freesewing/trayvon": "^2.0.0-alpha.3", "@freesewing/wahid": "^2.0.0-alpha.3" }, "files": [ "dist/*", "README.md", "package.json" ], "publishConfig": { "access": "public", "tag": "alpha" }, "engines": { "node": ">=8.0.0", "npm": ">=5" } }