{
  "name": "@jhanssen/cue-parser",
  "preferGlobal": false,
  "version": "0.3.0",
  "author": {
    "name": "Xiao Han",
    "homepage": "https://github.com/justlaputa"
  },
  "contributors": [
    {
      "name": "Borewit",
      "homepage": "https://github.com/Borewit"
    },
    {
      "name": "Xiao Han",
      "homepage": "https://github.com/justlaputa"
    }
  ],
  "description": "A simple js library to parse cue sheet",
  "keywords": [
    "cue",
    "sheet",
    "cue-sheet",
    "parser",
    "eac",
    "xld"
  ],
  "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/jhanssen/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"
}
