2019-07-11 16:49:28 +02:00
|
|
|
{
|
|
|
|
"name": "@freesewing/sandy",
|
2022-06-15 19:11:57 +02:00
|
|
|
"version": "2.21.0-rc.0",
|
2019-07-11 16:49:28 +02:00
|
|
|
"description": "A FreeSewing pattern for a circle skirt",
|
2020-02-22 14:20:21 +01:00
|
|
|
"author": "AlfaLyr (https://github.com/alfalyr)",
|
2019-07-11 16:49:28 +02:00
|
|
|
"homepage": "https://freesewing.org/",
|
|
|
|
"repository": "github:freesewing/freesewing",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2019-07-11 16:49:28 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
|
|
|
"design",
|
|
|
|
"diy",
|
|
|
|
"fashion",
|
|
|
|
"made to measure",
|
|
|
|
"parametric design",
|
|
|
|
"pattern",
|
|
|
|
"sewing",
|
|
|
|
"sewing pattern"
|
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"scripts": {
|
2022-06-14 13:09:16 +02:00
|
|
|
"build": "node build.js",
|
2022-06-14 14:00:43 +02:00
|
|
|
"clean": "rimraf dist",
|
|
|
|
"mbuild": "NO_MINIFY=1 node build.js",
|
2019-07-11 16:49:28 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2022-06-14 14:00:43 +02:00
|
|
|
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
|
|
|
"vbuild": "VERBOSE=1 node build.js",
|
|
|
|
"prettier": "npx prettier --write 'src/*.js' 'config/*.js'",
|
2022-06-16 17:11:31 +02:00
|
|
|
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js",
|
2022-06-16 18:05:44 +02:00
|
|
|
"cibuild_step5": "node build.js"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2022-06-15 19:11:57 +02:00
|
|
|
"@freesewing/core": "^2.21.0-rc.0",
|
|
|
|
"@freesewing/plugin-bundle": "^2.21.0-rc.0",
|
|
|
|
"@freesewing/config-helpers": "^2.21.0-rc.0"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
2022-05-21 20:34:32 +02:00
|
|
|
"dependencies": {},
|
2019-07-11 16:49:28 +02:00
|
|
|
"devDependencies": {
|
2022-05-21 20:34:32 +02:00
|
|
|
"mocha": "^9.1.1",
|
2022-06-14 14:00:43 +02:00
|
|
|
"chai": "^4.2.0"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"dist/*",
|
|
|
|
"README.md",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"publishConfig": {
|
|
|
|
"access": "public",
|
2022-06-15 07:17:45 +02:00
|
|
|
"tag": "next"
|
2019-07-11 16:49:28 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2022-06-14 13:09:16 +02:00
|
|
|
"node": ">=14.0.0",
|
2020-08-02 19:17:06 +02:00
|
|
|
"npm": ">=6"
|
2019-07-11 16:49:28 +02:00
|
|
|
}
|
|
|
|
}
|