62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@freesewing/plugin-bartack",
|
|
"version": "2.21.3",
|
|
"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": {
|
|
"build": "node build.js",
|
|
"clean": "rimraf dist",
|
|
"mbuild": "NO_MINIFY=1 node build.js",
|
|
"symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -",
|
|
"test": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register",
|
|
"vbuild": "VERBOSE=1 node build.js",
|
|
"lab": "cd ../../sites/lab && yarn start",
|
|
"tips": "node ../../scripts/help.mjs",
|
|
"prettier": "npx prettier --write 'src/*.js' 'tests/*.mjs'",
|
|
"testci": "BABEL_ENV=production npx mocha tests/*.test.mjs --require @babel/register --reporter ../../tests/reporters/terse.js",
|
|
"cibuild_step1": "node build.js"
|
|
},
|
|
"peerDependencies": {
|
|
"@freesewing/core": "^2.21.3"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "^10.0.0",
|
|
"chai": "^4.2.0"
|
|
},
|
|
"files": [
|
|
"dist/*",
|
|
"README.md"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"tag": "latest"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0",
|
|
"npm": ">=6"
|
|
}
|
|
}
|