2021-09-28 19:28:11 +02:00
|
|
|
{
|
2022-06-12 23:49:52 +02:00
|
|
|
"name": "@freesewing/config-helpers",
|
2022-08-23 13:45:20 +02:00
|
|
|
"version": "3.0.0-alpha.0",
|
2022-06-12 23:49:52 +02:00
|
|
|
"description": "A FreeSewing package to facilitate pattern configurations",
|
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-06-14 13:09:08 +02:00
|
|
|
"main": "dist/index.js",
|
2022-06-14 14:00:43 +02:00
|
|
|
"module": "dist/index.mjs",
|
2021-09-28 19:28:11 +02:00
|
|
|
"scripts": {
|
2022-06-12 23:49:52 +02:00
|
|
|
"build": "node build.js",
|
2022-06-14 14:00:43 +02:00
|
|
|
"clean": "rimraf dist",
|
|
|
|
"mbuild": "NO_MINIFY=1 node build.js",
|
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2022-06-12 23:49:52 +02:00
|
|
|
"test": "echo \"config-helpers: No tests configured. Perhaps you'd like to do this?\" && exit 0",
|
2022-06-16 17:11:31 +02:00
|
|
|
"vbuild": "VERBOSE=1 node build.js",
|
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-06-16 17:11:31 +02:00
|
|
|
"cibuild_step0": "node build.js"
|
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": {
|
2022-06-12 23:49:52 +02:00
|
|
|
"node": ">=14.0.0",
|
2021-09-28 19:28:11 +02:00
|
|
|
"npm": ">=6"
|
|
|
|
}
|
|
|
|
}
|