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

57 lines
1.7 KiB
JSON
Raw Normal View History

2019-04-06 12:30:11 +02:00
{
"name": "@freesewing/carlita",
2019-05-10 10:58:01 +02:00
"version": "2.0.0-alpha.25",
"description": "A FreeSewing pattern for Sherlock Holmes cosplay; Or just a nice long coat",
2019-04-06 12:30:11 +02:00
"author": "Joost De Cock <joost@decock.org> (https://github.com/joostdecock)",
"homepage": "https://freesewing.org/",
"repository": "github:freesewing/freesewing",
2019-04-06 12:30:11 +02:00
"license": "MIT",
"bugs": {
"url": "https://github.com/freesewing/freesewing/issues"
2019-04-06 12:30:11 +02:00
},
"keywords": [
"freesewing",
"design",
"diy",
"fashion",
"made to measure",
"parametric design",
2019-04-06 12:30:11 +02:00
"pattern",
"sewing",
"sewing pattern"
2019-04-06 12:30:11 +02: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 \"carlita: 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-06 12:30:11 +02:00
},
"peerDependencies": {
2019-05-10 10:58:33 +02:00
"@freesewing/core": "^2.0.0-alpha.25",
"@freesewing/plugin-bundle": "^2.0.0-alpha.25",
"@freesewing/bent": "^2.0.0-alpha.25",
"@freesewing/carlton": "^2.0.0-alpha.25",
"@freesewing/plugin-bust": "^2.0.0-alpha.25",
"@freesewing/plugin-buttons": "^2.0.0-alpha.25"
2019-04-06 12:30:11 +02:00
},
"files": [
"dist/*",
2019-04-06 12:30:11 +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-06 12:30:11 +02:00
}