39 lines
1 KiB
JSON
39 lines
1 KiB
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": "dist/index.mjs",
|
|
"exports": {
|
|
".": {
|
|
"internal": "./src/index.mjs",
|
|
"default": "./dist/index.mjs"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"cibuild_step1": "node build.mjs",
|
|
"build": "node build.mjs",
|
|
"testonly": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register",
|
|
"publish": "npm run build && npm publish --access public"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"files": ["dist/*", "README.md"],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18.17.0 <22"
|
|
}
|
|
}
|