{
  "name": "@gplane/cue",
  "description": "Library for processing Cue Sheet.",
  "author": "Pig Fang <g-plane@hotmail.com>",
  "repository": "g-plane/cue",
  "version": "0.2.0",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "type": "module",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js"
    }
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p .",
    "prepublishOnly": "pnpm build",
    "test": "vitest",
    "fmt": "dprint fmt",
    "fmt:check": "dprint check"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@gplane/tsconfig": "^6.0.0",
    "dprint": "^0.45.0",
    "typescript": "^5.0.4",
    "vite": "^4.3.1",
    "vitest": "^0.30.1"
  }
}
