2018-07-09 08:38:58 +00:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/core",
|
2021-06-05 09:14:13 +02:00
|
|
|
"version": "2.16.2",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "A library for creating made-to-measure sewing patterns",
|
2021-04-11 17:32:58 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
2018-07-26 22:14:42 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
2019-04-19 17:31:44 +02:00
|
|
|
"repository": "github:freesewing/freesewing",
|
2018-07-26 22:14:42 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"design",
|
|
|
|
"diy",
|
|
|
|
"fashion",
|
|
|
|
"made to measure",
|
|
|
|
"library",
|
|
|
|
"parametric design",
|
|
|
|
"patterns",
|
|
|
|
"sewing",
|
|
|
|
"sewing patterns"
|
|
|
|
],
|
2018-07-26 22:14:42 +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",
|
2020-08-08 17:20:08 +02:00
|
|
|
"build": "rollup -c",
|
2019-05-31 12:48:27 +02:00
|
|
|
"test": "BABEL_ENV=production nyc -x node_modules -x tests/fixtures -x bin-pack mocha tests/*.test.js",
|
2019-04-20 15:36:31 +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-05-31 16:33:01 +02:00
|
|
|
"start": "rollup -c -w",
|
|
|
|
"testonly": "BABEL_ENV=production mocha tests/*.test.js",
|
2019-05-31 12:48:27 +02:00
|
|
|
"report": "BABEL_ENV=production nyc report --reporter=html",
|
2019-05-31 16:33:01 +02:00
|
|
|
"coverage": "BABEL_ENV=production nyc npm test && nyc report --reporter=text-lcov > coverage.lcov && ./node_modules/.bin/codecov"
|
2019-04-20 15:36:31 +02:00
|
|
|
},
|
2021-04-11 17:32:58 +02:00
|
|
|
"peerDependencies": {},
|
2019-04-20 15:36:31 +02:00
|
|
|
"dependencies": {
|
2021-05-22 12:15:10 +02:00
|
|
|
"bezier-js": "^4.1.1",
|
2020-08-02 19:17:06 +02:00
|
|
|
"bin-pack": "^1.0.2",
|
2019-04-20 15:36:31 +02:00
|
|
|
"hooks": "^0.3.2"
|
|
|
|
},
|
2021-04-23 17:57:46 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"nyc": "^15.1.0"
|
|
|
|
},
|
2018-07-23 14:18:53 +00:00
|
|
|
"files": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2018-07-23 14:18:53 +00:00
|
|
|
"README.md",
|
|
|
|
"package.json"
|
2018-08-15 18:49:55 +02:00
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2021-05-30 18:48:20 +02:00
|
|
|
"tag": "latest"
|
2019-04-19 09:53:40 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"engines": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">=6"
|
2020-08-08 17:20:08 +02:00
|
|
|
},
|
|
|
|
"rollup": {
|
|
|
|
"exports": "default"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2018-07-09 08:38:58 +00:00
|
|
|
}
|