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

65 lines
1.8 KiB
JSON
Raw Normal View History

2018-12-07 16:19:46 +01:00
{
"name": "@freesewing/patterns",
"version": "0.32.4",
"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",
"pubtest": "npm publish --registry http://localhost:6662"
},
"dependencies": {
"@freesewing/aaron": "^0.32.4",
"@freesewing/bent": "^0.32.4",
"@freesewing/brian": "^0.32.4",
"@freesewing/bruce": "^0.32.4",
"@freesewing/carlita": "^0.32.4",
"@freesewing/carlton": "^0.32.4",
"@freesewing/cathrin": "^0.32.4",
"@freesewing/florent": "^0.32.4",
"@freesewing/huey": "^0.32.4",
"@freesewing/hugo": "^0.32.4",
"@freesewing/jaeger": "0.2.1",
"@freesewing/shin": "^0.32.4",
"@freesewing/simon": "^0.32.4",
"@freesewing/sven": "^0.32.4",
"@freesewing/tamiko": "^0.32.4",
"@freesewing/trayvon": "^0.32.4",
"@freesewing/wahid": "^0.32.4"
},
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": {
"access": "public"
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2018-12-07 16:19:46 +01:00
}