chord-progression-parser 0.7.0

a converter from chord progression strings to AST
Documentation
{
  "name": "test",
  "module": "src/index.ts",
  "type": "module",
  "devDependencies": {
    "bun-types": "latest",
    "typescript": "^5.4.5"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "scripts": {
    "test": "bun test && bun test:type",
    "test:type": "tsc --noEmit"
  },
  "dependencies": {
    "@lainnao/chord-progression-parser-node": "../../pkg/pkg-node"
  }
}