1
0
Fork 0
freesewing/packages/patterns/package.json

73 lines
2.3 KiB
JSON
Raw Normal View History

2018-12-07 16:19:46 +01:00
{
"name": "@freesewing/patterns",
2019-05-11 08:16:37 +02:00
"version": "2.0.0-alpha.27",
"description": "An umbrella package for all FreeSewing patterns",
2018-12-07 16:19:46 +01:00
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
2018-12-07 16:19:46 +01:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2018-12-07 16:19:46 +01:00
},
"keywords": [
"freesewing",
"bundle",
"design",
"diy",
"fashion",
"sewing",
"sewing pattern",
"parametric design",
"made to measure"
2018-12-07 16:19:46 +01:00
],
"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",
2019-04-29 11:12:41 +02:00
"pubtest": "npm publish --registry http://localhost:6662",
"pubforce": "npm publish",
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -"
},
"peerDependencies": {
2019-05-11 08:16:37 +02:00
"@freesewing/core": "^2.0.0-alpha.27",
"@freesewing/plugin-bundle": "^2.0.0-alpha.27"
},
"dependencies": {
2019-05-11 08:16:37 +02:00
"@freesewing/aaron": "^2.0.0-alpha.27",
"@freesewing/bent": "^2.0.0-alpha.27",
"@freesewing/brian": "^2.0.0-alpha.27",
"@freesewing/bruce": "^2.0.0-alpha.27",
"@freesewing/carlita": "^2.0.0-alpha.27",
"@freesewing/carlton": "^2.0.0-alpha.27",
"@freesewing/cathrin": "^2.0.0-alpha.27",
"@freesewing/florent": "^2.0.0-alpha.27",
"@freesewing/huey": "^2.0.0-alpha.27",
"@freesewing/hugo": "^2.0.0-alpha.27",
"@freesewing/jaeger": "0.2.1",
2019-05-11 08:16:37 +02:00
"@freesewing/shin": "^2.0.0-alpha.27",
"@freesewing/simon": "^2.0.0-alpha.27",
"@freesewing/sven": "^2.0.0-alpha.27",
"@freesewing/tamiko": "^2.0.0-alpha.27",
"@freesewing/trayvon": "^2.0.0-alpha.27",
"@freesewing/wahid": "^2.0.0-alpha.27"
},
2019-05-11 08:14:49 +02:00
"devDependencies": {},
2018-12-07 16:19:46 +01:00
"files": [
"dist/*",
2018-12-07 16:19:46 +01:00
"README.md",
"package.json"
2019-04-19 09:53:40 +02:00
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
"tag": "alpha"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2018-12-07 16:19:46 +01:00
}