{
  "name": "chordy-svg",
  "version": "1.3.0",
  "description": "Guitar Chord SVG Diagram Generator",
  "main": "dist/chordy-svg.js",
  "repository": "github:andygock/chordy-svg",
  "scripts": {
    "start": "babel ./index.js -w -s -o test/dist/chordy-svg.js",
    "serve:start": "browser-sync start --server ./test --files ./test",
    "mocha": "mocha test/general test/inversion",
    "serve:mocha": "browser-sync start --server ./test/output --directory --files ./test/output --no-open",
    "build": "babel ./index.js -s -o dist/chordy-svg.js",
    "clean": "rimraf ./test/output ./test/dist ./dist",
    "pretty": "prettier --write --list-different ."
  },
  "keywords": [
    "guitar",
    "chord",
    "chords",
    "svg",
    "generator",
    "music"
  ],
  "author": "Andy Gock <andy@gock.net> (https://gock.net)",
  "license": "MIT",
  "dependencies": {
    "debug": "^4.3.1",
    "svg.js": "^2.7.1",
    "svgdom": "0.0.21",
    "tonal": "^2.2.2",
    "xmldom": "^0.5.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.14.5",
    "@babel/core": "^7.14.5",
    "@babel/preset-env": "^7.14.5",
    "browser-sync": "^2.26.14",
    "mocha": "^8.4.0",
    "prettier": "^2.3.1",
    "rimraf": "^3.0.2"
  },
  "files": [
    "dist",
    "types"
  ],
  "types": "./types/chordySvg.d.ts"
}
