{ "name": "@freesewing/patterns", "version": "2.0.0-beta.39", "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", "build": "npm run clean && rollup -c", "test": "echo \"patterns: No tests configured. Perhaps you'd like to do this?\" && exit 0", "pubtest": "npm publish --registry http://localhost:6662", "pubforce": "npm publish", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "start": "rollup -c -w" }, "peerDependencies": { "@freesewing/core": "^2.0.0-beta.38", "@freesewing/plugin-bundle": "^2.0.0-beta.38", "@freesewing/plugin-buttons": "^2.0.0-beta.38" }, "dependencies": { "@freesewing/aaron": "^2.0.0-beta.39", "@freesewing/benjamin": "^2.0.0-beta.39", "@freesewing/bent": "^2.0.0-beta.39", "@freesewing/brian": "^2.0.0-beta.39", "@freesewing/bruce": "^2.0.0-beta.39", "@freesewing/carlita": "^2.0.0-beta.39", "@freesewing/carlton": "^2.0.0-beta.39", "@freesewing/cathrin": "^2.0.0-beta.39", "@freesewing/florent": "^2.0.0-beta.39", "@freesewing/huey": "^2.0.0-beta.39", "@freesewing/hugo": "^2.0.0-beta.39", "@freesewing/jaeger": "^2.0.0-beta.39", "@freesewing/shin": "^2.0.0-beta.39", "@freesewing/simon": "^2.0.0-beta.39", "@freesewing/sven": "^2.0.0-beta.39", "@freesewing/tamiko": "^2.0.0-beta.39", "@freesewing/trayvon": "^2.0.0-beta.39", "@freesewing/wahid": "^2.0.0-beta.39" }, "files": [ "dist/*", "README.md", "package.json" ], "publishConfig": { "access": "public", "tag": "beta" }, "engines": { "node": ">=8.0.0", "npm": ">=5" } }