2021-09-28 19:28:11 +02:00
|
|
|
{
|
2022-08-29 11:54:21 +02:00
|
|
|
"name": "@freesewing/snapseries",
|
2023-05-08 01:34:29 -05:00
|
|
|
"version": "3.0.0-alpha.10",
|
2022-09-03 16:08:09 +02:00
|
|
|
"description": "A series of common sizes for elastics and other series to be used with snapped percentage options",
|
2021-09-28 19:28:11 +02:00
|
|
|
"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",
|
2022-06-16 17:11:31 +02:00
|
|
|
"freesewing"
|
2021-09-28 19:28:11 +02:00
|
|
|
],
|
2022-08-24 19:40:31 +02:00
|
|
|
"type": "module",
|
2022-06-14 14:00:43 +02:00
|
|
|
"module": "dist/index.mjs",
|
2022-08-24 19:40:31 +02:00
|
|
|
"exports": {
|
|
|
|
".": "./dist/index.mjs"
|
|
|
|
},
|
2021-09-28 19:28:11 +02:00
|
|
|
"scripts": {
|
2022-08-29 17:41:00 +02:00
|
|
|
"build": "node build.mjs",
|
2023-07-22 18:32:19 -06:00
|
|
|
"buildall": "node build.mjs",
|
2022-06-14 14:00:43 +02:00
|
|
|
"clean": "rimraf dist",
|
2022-08-29 17:41:00 +02:00
|
|
|
"mbuild": "NO_MINIFY=1 node build.mjs",
|
2022-06-14 14:00:43 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2022-09-15 17:11:06 +02:00
|
|
|
"test": "echo \"snapseries: No tests configured. Perhaps you could write some?\" && exit 0",
|
2022-08-29 17:41:00 +02:00
|
|
|
"vbuild": "VERBOSE=1 node build.mjs",
|
2022-06-17 14:12:46 +02:00
|
|
|
"lab": "cd ../../sites/lab && yarn start",
|
2022-06-17 18:23:17 +02:00
|
|
|
"tips": "node ../../scripts/help.mjs",
|
2022-09-28 21:06:47 +02:00
|
|
|
"lint": "npx eslint 'src/*.mjs'",
|
2022-09-13 11:32:50 -05:00
|
|
|
"wbuild": "node build.mjs",
|
2023-07-22 18:32:19 -06:00
|
|
|
"wbuildall": "node build.mjs"
|
2021-09-28 19:28:11 +02:00
|
|
|
},
|
2022-05-21 20:34:32 +02:00
|
|
|
"peerDependencies": {},
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2021-09-28 19:28:11 +02:00
|
|
|
"files": [
|
|
|
|
"dist/*",
|
2022-06-22 15:59:13 +02:00
|
|
|
"README.md"
|
2021-09-28 19:28:11 +02:00
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
2022-08-23 13:45:20 +02:00
|
|
|
"tag": "next"
|
2021-09-28 19:28:11 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-07-21 18:35:19 +02:00
|
|
|
"node": "18",
|
|
|
|
"npm": "9"
|
2021-09-28 19:28:11 +02:00
|
|
|
}
|
|
|
|
}
|