2019-04-19 17:31:44 +02:00
|
|
|
{
|
2021-04-11 11:04:46 +02:00
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
2019-04-19 17:31:44 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2021-09-02 18:44:15 +02:00
|
|
|
"funding": {
|
2022-10-13 16:19:36 +02:00
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
2021-09-02 18:44:15 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"keywords": ["freesewing"],
|
2022-08-24 19:40:31 +02:00
|
|
|
"type": "module",
|
2019-04-19 17:31:44 +02:00
|
|
|
"module": "dist/index.mjs",
|
2022-08-24 19:40:31 +02:00
|
|
|
"exports": {
|
2023-07-27 18:52:58 -06:00
|
|
|
".": {
|
|
|
|
"internal": "./src/index.mjs",
|
|
|
|
"default": "./dist/index.mjs"
|
|
|
|
}
|
2022-08-24 19:40:31 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"scripts": {
|
2022-08-24 19:40:31 +02:00
|
|
|
"cibuild_step1": "node build.mjs",
|
|
|
|
"build": "node build.mjs",
|
2020-03-14 15:04:45 +01:00
|
|
|
"testonly": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register",
|
2019-04-29 11:12:41 +02:00
|
|
|
"publish": "npm run build && npm publish --access public"
|
2019-04-19 17:31:44 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2022-06-22 15:59:01 +02:00
|
|
|
"files": ["dist/*", "README.md"],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2022-08-23 13:45:20 +02:00
|
|
|
"tag": "next"
|
2019-04-19 17:31:44 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-21 18:35:19 +02:00
|
|
|
"node": "18",
|
|
|
|
"npm": "9"
|
2019-04-19 17:31:44 +02:00
|
|
|
}
|
|
|
|
}
|