{
  "name": "@jiasuyun/apier-parser-json5",
  "version": "0.3.6",
  "description": "apier json5 parser",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist",
    "prepublish": "npm run -s clean && npm run -s build"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [],
  "author": "Sigoden Huang <sigoden@gmail.com> (https://sigoden.com/)",
  "homepage": "https://github.com/jiasuyun/apier",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jiasuyun/apier"
  },
  "dependencies": {
    "@jiasuyun/apier-comment": "^0.3.1",
    "@jiasuyun/apier-parser-base": "^0.3.1",
    "@jiasuyun/apier-utils": "^0.3.0",
    "extract-comments": "^1.1.0",
    "json5": "^2.1.0",
    "lodash": "^4.17.11"
  },
  "devDependencies": {
    "@jiasuyun/apier-test-utils": "^0.3.1",
    "@types/node": "^12.0.2",
    "rimraf": "^2.6.3",
    "typescript": "^3.4.5"
  }
}
