2018-07-10 18:31:32 +02:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/models",
|
2019-08-24 18:38:30 +02:00
|
|
|
"version": "2.0.0-beta.45",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "Body measurements data for a range of default sizes",
|
2018-08-09 18:25:06 +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",
|
2018-08-09 18:25:06 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2018-08-09 18:25:06 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
2019-04-19 17:31:44 +02:00
|
|
|
"bodies",
|
|
|
|
"data",
|
|
|
|
"fashion",
|
|
|
|
"measurements",
|
|
|
|
"sizes"
|
2018-08-09 18:25:06 +02:00
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
2019-04-20 15:36:31 +02:00
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"clean": "rimraf dist",
|
2019-05-31 16:33:01 +02:00
|
|
|
"build": "npm run clean && rollup -c",
|
2019-04-20 15:36:31 +02:00
|
|
|
"test": "echo \"models: 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",
|
2019-05-31 16:33:01 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
|
|
"start": "rollup -c -w"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2019-08-13 18:58:53 +02:00
|
|
|
"peerDependencies": {},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2018-08-09 18:25:06 +02:00
|
|
|
"files": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2018-08-09 18:25:06 +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",
|
2019-05-11 08:25:25 +02:00
|
|
|
"tag": "beta"
|
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
|
|
|
}
|
2018-07-10 18:31:32 +02:00
|
|
|
}
|