{
  "name": "string-fingerings",
  "version": "0.3.0",
  "description": "Utilities for calculating fingerings on string instruments",
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icalvo/StringTools.git"
  },
  "keywords": [
    "string",
    "instrument",
    "fingering",
    "notes",
    "midi"
  ],
  "author": "Ignacio Calvo <ignacio.calvo@gmail.com> (https://ignaciocalvo.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/icalvo/StringTools/issues"
  },
  "homepage": "https://github.com/icalvo/StringTools#readme",
  "scripts": {
    "build": "tsc",
    "dev": "vitest --printConsoleTrace=true",
    "ci": "npm run build",
    "check-format": "prettier --check .",
    "check-exports": "attw --pack . --ignore-rules=cjs-resolves-to-esm",
    "test": "vitest run",
    "docs": "typedoc",
    "prepublishOnly": "npm run ci"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.16.4",
    "@mxssfd/typedoc-theme": "^1.1.7",
    "typedoc": "^0.26.7",
    "typescript": "^5.5.4",
    "vitest": "^3.2.4"
  }
}
