@freesewing/plugin-annotations
Version: 
A FreeSewing plugin that provides pattern annotations
59 lines • 1.54 kB
JSON
{
  "name": "@freesewing/plugin-annotations",
  "version": "4.3.1",
  "description": "A FreeSewing plugin that provides pattern annotations",
  "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",
    "design",
    "diy",
    "fashion",
    "made to measure",
    "parametric design",
    "sewing"
  ],
  "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.3.1"
  },
  "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"
  }
}