73 lines
No EOL
1.8 KiB
JSON
73 lines
No EOL
1.8 KiB
JSON
{
|
|
"name": "@freesewing/core",
|
|
"version": "4.0.0",
|
|
"description": "A library for creating made-to-measure sewing patterns",
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
"homepage": "https://freesewing.org/",
|
|
"repository": "github:freesewing/freesewing",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://freesewing.org/patrons/join"
|
|
},
|
|
"keywords": [
|
|
"freesewing",
|
|
"design",
|
|
"diy",
|
|
"fashion",
|
|
"made to measure",
|
|
"library",
|
|
"parametric design",
|
|
"patterns",
|
|
"sewing",
|
|
"sewing patterns"
|
|
],
|
|
"type": "module",
|
|
"module": "src/index.mjs",
|
|
"exports": {
|
|
".": "./src/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"test": "c8 mocha tests/*.test.mjs",
|
|
"tips": "node ../../scripts/help.mjs",
|
|
"lint": "npx eslint 'src/*.mjs' 'tests/*.mjs'",
|
|
"report": "c8 report",
|
|
"testci": "c8 mocha tests/*.test.mjs",
|
|
"prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'",
|
|
"jsdoc": "jsdoc -c jsdoc.json -r src"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"@freesewing/core-plugins": "4.0.0",
|
|
"bezier-js": "6.1.4",
|
|
"hooks": "0.3.2",
|
|
"lodash.get": "4.4.2",
|
|
"lodash.set": "4.3.2",
|
|
"lodash.unset": "4.5.2",
|
|
"lodash.clonedeep": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.57.0",
|
|
"nyc": "17.1.0",
|
|
"mocha": "10.4.0",
|
|
"chai": "5.1.1",
|
|
"sinon": "^18.0.0"
|
|
},
|
|
"files": [
|
|
"src/",
|
|
"i18n/",
|
|
"about.json",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
} |