{
  "name": "@freesewing/plugin-title",
  "version": "2.22.2",
  "description": "A FreeSewing plugin to add a title to your pattern parts",
  "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": "npx mocha tests/*.test.mjs",
    "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": "npx mocha tests/*.test.mjs --reporter ../../tests/reporters/terse.js",
    "cibuild_step1": "node build.js"
  },
  "peerDependencies": {
    "@freesewing/core": "^2.22.2"
  },
  "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"
  }
}
