64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "@freesewing/patterns",
|
|
"version": "0.33.0",
|
|
"description": "An umbrella package for all FreeSewing patterns",
|
|
"author": "Joost De Cock <joost@decock.org> (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/patterns",
|
|
"nodebuild": "BABEL_ENV=production rollup -c -o ../../dist/patterns/index.js -f cjs",
|
|
"modulebuild": "BABEL_ENV=production rollup -c -o ../../dist/patterns/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"
|
|
},
|
|
"dependencies": {
|
|
"@freesewing/aaron": "^0.33.0",
|
|
"@freesewing/bent": "^0.33.0",
|
|
"@freesewing/brian": "^0.33.0",
|
|
"@freesewing/bruce": "^0.33.0",
|
|
"@freesewing/carlita": "^0.33.0",
|
|
"@freesewing/carlton": "^0.33.0",
|
|
"@freesewing/cathrin": "^0.33.0",
|
|
"@freesewing/florent": "^0.33.0",
|
|
"@freesewing/huey": "^0.33.0",
|
|
"@freesewing/hugo": "^0.33.0",
|
|
"@freesewing/jaeger": "0.2.1",
|
|
"@freesewing/shin": "^0.33.0",
|
|
"@freesewing/simon": "^0.33.0",
|
|
"@freesewing/sven": "^0.33.0",
|
|
"@freesewing/tamiko": "^0.33.0",
|
|
"@freesewing/trayvon": "^0.33.0",
|
|
"@freesewing/wahid": "^0.33.0"
|
|
},
|
|
"files": [
|
|
"../../dist/packages/patterns/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.0.0",
|
|
"npm": ">=5"
|
|
}
|
|
}
|