{
  "name": "better-cue-parser",
  "preferGlobal": false,
  "version": "0.3.1",
  "author": {
    "name": "Zhang Xiaoke",
    "homepage": "https://github.com/mcxiaoke"
  },
  "contributors": [
    {
      "name": "Borewit",
      "homepage": "https://github.com/Borewit"
    },
    {
      "name": "Xiao Han",
      "homepage": "https://github.com/justlaputa"
    },
    {
      "name": "Zhang Xiaoke",
      "homepage": "https://github.com/mcxiaoke"
    }
  ],
  "description": "A simple but better js library to parse cue sheet",
  "keywords": [
    "cue",
    "sheet",
    "cue-sheet",
    "parser",
    "eac",
    "xld",
    "aac",
    "mp3",
    "m4a",
    "ape",
    "flac",
    "wav",
    "audio",
    "split",
    "convert",
    "ffmpeg",
    "exif",
    "id3"
  ],
  "scripts": {
    "test": "mocha test/test.js",
    "compile-lib": "tsc -p lib",
    "compile": "npm run compile-lib",
    "build": "npm run compile",
    "lint": "tslint 'lib/**/*.ts'",
    "fix-lint": "tslint --fix 'lib/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcxiaoke/cue-parser.git"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^8.1.0",
    "tslint": "^6.0.0",
    "typescript": "^3.5.3"
  },
  "main": "lib/cue",
  "typings": "lib/cue",
  "files": [
    "lib/**/*.js",
    "lib/**/*.d.ts"
  ],
  "engines": {
    "node": ">=10",
    "npm": ">=6"
  },
  "license": "MIT"
}
