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

53 lines
1.5 KiB
JSON
Raw Normal View History

2018-07-10 12:21:17 +00:00
{
"name": "@freesewing/brian",
2019-04-29 11:29:43 +02:00
"version": "2.0.0-alpha.2",
"description": "A FreeSewing pattern for a basic body block for menswear",
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
"license": "MIT",
2018-07-24 10:15:37 +00:00
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2018-07-24 10:15:37 +00:00
},
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
2018-07-21 18:51:52 +02:00
"pattern",
"sewing",
"sewing pattern"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
2018-07-10 12:21:17 +00:00
"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 \"brian: 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",
"publish": "npm build && npm publish --access=public --tag=alpha"
2018-07-24 10:15:37 +00:00
},
2019-04-13 15:59:10 +02:00
"peerDependencies": {
2019-04-29 11:12:41 +02:00
"@freesewing/core": "^2.0.0-alpha.0",
"@freesewing/plugin-bundle": "^2.0.0-alpha.0"
},
2018-07-21 18:51:52 +02:00
"files": [
"dist/*",
2018-07-21 18:51:52 +02: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"
},
2019-04-29 11:31:44 +02:00
"gitHead": "aec02a355494839184b3ae4598322912386badf6"
2018-07-10 12:21:17 +00:00
}