1
0
Fork 0
freesewing/config/templates/package.dflt.json
2025-04-23 16:46:23 +00:00

34 lines
837 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": {
"test": "npx mocha tests/*.test.mjs",
"publish": "npm publish --access public"
},
"peerDependencies": {},
"dependencies": {},
"devDependencies": {},
"files": ["src/", "i18n/", "about.json", "README.md"],
"publishConfig": {
"access": "public",
"tag": "latest"
},
"engines": {
"node": ">= 20"
}
}