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

48 lines
1.3 KiB
JSON
Raw Normal View History

2019-04-27 12:21:14 +02:00
{
"name": "@freesewing/utils",
2019-05-30 16:03:47 +02:00
"version": "2.0.0-beta.12",
2019-04-27 12:21:14 +02:00
"description": "A collection of utilities shared across freesewing frontend projects",
"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",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
"sewing"
],
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist",
"nodebuild": "BABEL_ENV=production rollup -c -o dist/index.js -f cjs",
2019-05-03 13:35:07 +02:00
"build": "npm run clean && npm run nodebuild",
2019-04-27 12:21:14 +02:00
"test": "echo \"utils: 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 -"
2019-04-27 12:21:14 +02:00
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
2019-04-27 12:21:14 +02:00
"files": [
"dist/*",
2019-04-27 12:21:14 +02:00
"README.md",
"package.json"
],
"publishConfig": {
2019-04-29 11:12:41 +02:00
"access": "public",
2019-05-11 08:25:25 +02:00
"tag": "beta"
2019-04-27 12:21:14 +02:00
},
"engines": {
"node": ">=8.0.0",
"npm": ">=5"
}
2019-04-27 12:21:14 +02:00
}