2019-04-06 12:30:11 +02:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/carlita",
|
2019-05-10 10:58:01 +02:00
|
|
|
"version": "2.0.0-alpha.25",
|
2019-04-20 19:23:22 +02:00
|
|
|
"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)",
|
2019-04-19 17:31:44 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
2019-04-06 12:30:11 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2019-04-06 12:30:11 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
2019-04-19 17:31:44 +02:00
|
|
|
"design",
|
|
|
|
"diy",
|
|
|
|
"fashion",
|
|
|
|
"made to measure",
|
|
|
|
"parametric design",
|
2019-04-06 12:30:11 +02:00
|
|
|
"pattern",
|
2019-04-19 17:31:44 +02:00
|
|
|
"sewing",
|
|
|
|
"sewing pattern"
|
2019-04-06 12:30:11 +02:00
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"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",
|
2019-04-19 17:31:44 +02:00
|
|
|
"build": "npm run clean && npm run nodebuild && npm run modulebuild",
|
2019-04-20 15:36:31 +02:00
|
|
|
"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",
|
2019-05-02 12:40:03 +02:00
|
|
|
"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
|
|
|
},
|
2019-04-19 17:31:44 +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": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2019-04-06 12:30:11 +02:00
|
|
|
"README.md",
|
|
|
|
"package.json"
|
2019-04-19 09:53:40 +02:00
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
|
|
|
"tag": "alpha"
|
2019-04-19 17:31:44 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-04-20 19:23:22 +02:00
|
|
|
"node": ">=8.0.0",
|
|
|
|
"npm": ">=5"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2019-04-06 12:30:11 +02:00
|
|
|
}
|