2018-08-11 12:41:00 +02:00
|
|
|
{
|
2019-04-20 19:23:22 +02:00
|
|
|
"name": "@freesewing/plugin-bundle",
|
2021-12-29 08:58:47 +01:00
|
|
|
"version": "2.19.6",
|
2019-04-20 19:23:22 +02:00
|
|
|
"description": "An umbrella package of 8 essential FreeSewing build-time plugins",
|
2021-04-11 17:32:58 +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",
|
2018-08-11 12:41:00 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2019-04-19 17:31:44 +02:00
|
|
|
"url": "https://github.com/freesewing/freesewing/issues"
|
2018-08-11 12:41:00 +02:00
|
|
|
},
|
2021-09-02 18:45:47 +02:00
|
|
|
"funding": {
|
|
|
|
"type": "individual",
|
|
|
|
"url": "https://freesewing.org/patrons/join"
|
|
|
|
},
|
2018-08-11 12:41:00 +02:00
|
|
|
"keywords": [
|
|
|
|
"freesewing",
|
2019-04-19 17:31:44 +02:00
|
|
|
"bundle",
|
2018-08-11 12:41:00 +02:00
|
|
|
"plugin",
|
2019-04-19 17:31:44 +02:00
|
|
|
"sewing pattern",
|
2018-08-11 12:41:00 +02:00
|
|
|
"sewing",
|
2019-04-19 17:31:44 +02:00
|
|
|
"design",
|
|
|
|
"parametric design",
|
|
|
|
"made to measure",
|
|
|
|
"diy",
|
|
|
|
"fashion"
|
2018-08-11 12:41:00 +02:00
|
|
|
],
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.mjs",
|
|
|
|
"scripts": {
|
2019-04-29 09:01:51 +02:00
|
|
|
"clean": "rimraf dist",
|
2020-08-08 17:20:08 +02:00
|
|
|
"build": "rollup -c",
|
2021-12-31 14:16:21 +01:00
|
|
|
"cibuild_step1": "rollup -c",
|
2021-11-27 16:42:28 +01:00
|
|
|
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
|
2019-04-29 11:12:41 +02:00
|
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
2019-05-02 12:40:03 +02:00
|
|
|
"pubforce": "npm publish",
|
2019-05-31 16:33:01 +02:00
|
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
2021-11-21 16:23:18 +01:00
|
|
|
"start": "rollup -c -w",
|
2021-11-27 16:42:28 +01:00
|
|
|
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
|
|
|
|
"prettier": "npx prettier --write 'src/*.js' 'tests/*.mjs'"
|
2018-08-11 12:41:00 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"peerDependencies": {
|
2021-12-29 08:58:47 +01:00
|
|
|
"@freesewing/core": "^2.19.6"
|
2018-12-08 15:41:43 +01:00
|
|
|
},
|
2021-06-20 10:12:36 +02:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
2021-11-27 16:42:28 +01:00
|
|
|
"mocha": "^9.1.1",
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"@babel/register": "^7.10.5",
|
2021-11-28 18:31:32 +01:00
|
|
|
"rollup": "^2.50.6",
|
|
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
|
|
"@rollup/plugin-commonjs": "^20.0.0",
|
|
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
|
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
2021-12-29 08:58:47 +01:00
|
|
|
"@freesewing/plugin-buttons": "^2.19.6",
|
|
|
|
"@freesewing/plugin-cutonfold": "^2.19.6",
|
|
|
|
"@freesewing/plugin-dimension": "^2.19.6",
|
|
|
|
"@freesewing/plugin-grainline": "^2.19.6",
|
|
|
|
"@freesewing/plugin-logo": "^2.19.6",
|
|
|
|
"@freesewing/plugin-mirror": "^2.19.6",
|
|
|
|
"@freesewing/plugin-title": "^2.19.6",
|
|
|
|
"@freesewing/plugin-scalebox": "^2.19.6",
|
|
|
|
"@freesewing/plugin-round": "^2.19.6",
|
|
|
|
"@freesewing/plugin-sprinkle": "^2.19.6"
|
2019-05-20 16:30:30 +02:00
|
|
|
},
|
2018-08-11 12:41:00 +02:00
|
|
|
"files": [
|
2019-04-29 09:01:51 +02:00
|
|
|
"dist/*",
|
2018-08-11 12:41:00 +02:00
|
|
|
"README.md",
|
|
|
|
"package.json"
|
2018-08-11 13:50:46 +02:00
|
|
|
],
|
2019-04-19 17:31:44 +02:00
|
|
|
"publishConfig": {
|
2019-04-29 11:12:41 +02:00
|
|
|
"access": "public",
|
2021-10-17 17:37:58 +02:00
|
|
|
"tag": "latest"
|
2019-04-19 09:53:40 +02:00
|
|
|
},
|
2019-04-19 17:31:44 +02:00
|
|
|
"engines": {
|
2020-08-02 19:17:06 +02:00
|
|
|
"node": ">=12.0.0",
|
|
|
|
"npm": ">=6"
|
2020-08-08 17:20:08 +02:00
|
|
|
},
|
|
|
|
"rollup": {
|
|
|
|
"exports": "default"
|
2019-04-30 16:20:43 +02:00
|
|
|
}
|
2018-08-11 12:41:00 +02:00
|
|
|
}
|