UNPKG

@freesewing/plugin-mirror

Version:

A FreeSewing plugin to mirror points or paths

62 lines (61 loc) 1.57 kB
{ "name": "@freesewing/plugin-mirror", "version": "4.0.0", "description": "A FreeSewing plugin to mirror points or paths", "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": {}, "devDependencies": { "mocha": "10.4.0", "chai": "5.1.1" }, "files": [ "src/", "i18n/", "about.json", "README.md" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">= 20" } }