{
  "name": "fretzee",
  "version": "0.3.6",
  "description": "A lightweight library to render guitar fretboards as SVG with configurable frets, strings, and orientation.",
  "type": "module",
  "main": "dist/index.umd.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.umd.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/**/*.ts",
    "dev": "npm-run-all --parallel build:watch test:watch",
    "work": "npx nodemon --exec 'npx serve .'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "guitar",
    "fretboard",
    "neck",
    "svg",
    "music",
    "visualization"
  ],
  "author": "Sébastien Ferry",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sebastienferry/fretzee.git"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.11.17",
    "@typescript-eslint/eslint-plugin": "^8.66.0",
    "@typescript-eslint/parser": "^8.66.0",
    "eslint": "^8.57.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "rollup": "^4.13.2",
    "ts-jest": "^29.1.2",
    "tslib": "^2.8.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=24.0.0"
  }
}
