73 lines
2 KiB
JSON
73 lines
2 KiB
JSON
{
|
|
"name": "@freesewing/plugin-bartack",
|
|
"version": "2.20.0",
|
|
"description": "A FreeSewing plugin to add bartacks to your pattern",
|
|
"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",
|
|
"plugin",
|
|
"sewing pattern",
|
|
"sewing",
|
|
"design",
|
|
"parametric design",
|
|
"made to measure",
|
|
"diy",
|
|
"fashion"
|
|
],
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"scripts": {
|
|
"clean": "rimraf dist",
|
|
"build": "rollup -c",
|
|
"cibuild_step1": "rollup -c",
|
|
"test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
|
|
"pubtest": "npm publish --registry http://localhost:6662",
|
|
"pubforce": "npm publish",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"start": "rollup -c -w",
|
|
"testci": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.mjs --require @babel/register",
|
|
"prettier": "npx prettier --write 'src/*.js' 'tests/*.mjs'"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^2.20.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "^9.1.1",
|
|
"chai": "^4.2.0",
|
|
"@babel/core": "^7.11.0",
|
|
"@babel/register": "^7.10.5",
|
|
"rollup": "^2.50.6",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-commonjs": "^21.0.1",
|
|
"@rollup/plugin-json": "^4.1.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.0",
|
|
"rollup-plugin-peer-deps-external": "^2.2.4"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.0.0",
|
|
"npm": ">=6"
|
|
},
|
|
"rollup": {
|
|
"exports": "default"
|
|
}
|
|
}
|