
Refer to the CHANGELOG for all info. --------- Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com> Co-authored-by: Josh Munic <jpmunic@gmail.com> Co-authored-by: Jonathan Haas <haasjona@gmail.com>
34 lines
908 B
JSON
34 lines
908 B
JSON
{
|
|
"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"],
|
|
"type": "module",
|
|
"module": "src/index.mjs",
|
|
"exports": {
|
|
".": "./src/index.mjs"
|
|
},
|
|
"scripts": {
|
|
"testonly": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register",
|
|
"publish": "npm publish --access public"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": ["src/", "i18n/", "about.json", "README.md"],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 20"
|
|
}
|
|
}
|