UNPKG

@freesewing/core-plugins

Version:

An umbrella package of essential plugins that are bundled with FreeSewing's core library

69 lines (68 loc) 1.88 kB
{ "name": "@freesewing/core-plugins", "version": "4.0.0", "description": "An umbrella package of essential plugins that are bundled with FreeSewing's core library", "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" ], "type": "module", "module": "src/index.mjs", "exports": { ".": "./src/index.mjs" }, "scripts": { "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "test": "npx mocha tests/*.test.mjs", "tips": "node ../../scripts/help.mjs", "lint": "npx eslint 'src/**' 'tests/*.mjs'", "prettier": "npx prettier --write 'src/*.mjs' 'tests/*.mjs'", "testci": "NODE_OPTIONS=\"--conditions=internal\" npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js" }, "peerDependencies": { "@freesewing/core": "4.0.0" }, "dependencies": { "@freesewing/plugin-annotations": "4.0.0", "@freesewing/plugin-measurements": "4.0.0", "@freesewing/plugin-mirror": "4.0.0", "@freesewing/plugin-round": "4.0.0", "@freesewing/plugin-sprinkle": "4.0.0", "@freesewing/plugin-bin-pack": "4.0.0" }, "devDependencies": { "mocha": "10.4.0", "chai": "5.1.1" }, "files": [ "src/", "i18n/", "about.json", "README.md" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">= 20" } }