{
  "name": "jsdoc-type-pratt-parser",
  "version": "2.2.5",
  "description": "",
  "main": "dist/index.js",
  "types": "dist/src/index.d.ts",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "npm run typecheck && npm run lint && npm run test:spec",
    "test:spec": "mocha",
    "test:coverage": "nyc --all npm run test:spec",
    "test:coveralls": "nyc report --reporter=lcov && coveralls",
    "lint": "ts-standard",
    "typecheck": "tsc --noEmit",
    "build": "rollup -c",
    "apidoc": "typedoc --options typedoc.json",
    "preversion": "npm test",
    "prepublishOnly": "npm run build",
    "semantic-release": "semantic-release",
    "benchmark": "npm run build && node benchmark/benchmark.js"
  },
  "author": "Simon Seyock (https://github.com/simonseyock)",
  "contributors": [
    "Brett Zamir"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=12.0.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.3.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/git": "^10.0.1",
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.5",
    "@types/sinon": "^10.0.6",
    "@types/sinon-chai": "^3.2.7",
    "benchmark": "^2.1.4",
    "catharsis": "^0.9.0",
    "chai": "^4.3.4",
    "coveralls": "^3.1.1",
    "eslint-config-standard-with-typescript": "^21.0.1",
    "jsdoctypeparser": "^9.0.0",
    "mocha": "^9.1.3",
    "npm-upgrade": "^3.0.0",
    "nyc": "^15.1.0",
    "rollup": "^2.62.0",
    "semantic-release": "^18.0.1",
    "sinon": "^12.0.1",
    "sinon-chai": "^3.7.0",
    "ts-node": "^10.4.0",
    "ts-standard": "^11.0.0",
    "typedoc": "^0.22.10",
    "typedoc-plugin-merge-modules": "^3.1.0",
    "typescript": "^4.5.4"
  },
  "ts-standard": {
    "ignore": [
      "/submodules/",
      "/build/",
      "/pages/"
    ]
  },
  "files": [
    "dist/**/*",
    "src/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser.git"
  },
  "bugs": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/issues",
  "homepage": "https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser",
  "keywords": [
    "jsdoc",
    "pratt",
    "parser"
  ],
  "release": {
    "branches": [
      "main",
      {
        "name": "dev",
        "prerelease": true
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/github",
      "@semantic-release/npm",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/git"
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
