{
  "name": "@typescript-eslint/typescript-estree",
  "version": "1.13.0",
  "description": "A parser that converts TypeScript source code into an ESTree compatible form",
  "main": "dist/parser.js",
  "types": "dist/parser.d.ts",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=6.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/typescript-eslint/typescript-eslint.git",
    "directory": "packages/typescript-estree"
  },
  "bugs": {
    "url": "https://github.com/typescript-eslint/typescript-eslint/issues"
  },
  "license": "BSD-2-Clause",
  "keywords": [
    "ast",
    "estree",
    "ecmascript",
    "javascript",
    "typescript",
    "parser",
    "syntax"
  ],
  "scripts": {
    "ast-alignment-tests": "jest spec.ts",
    "build": "tsc -p tsconfig.build.json",
    "clean": "rimraf dist/",
    "format": "prettier --write \"./**/*.{ts,js,json,md}\" --ignore-path ../../.prettierignore",
    "prebuild": "npm run clean",
    "test": "jest --coverage",
    "typecheck": "tsc --noEmit",
    "unit-tests": "jest \"./tests/lib/.*\""
  },
  "dependencies": {
    "lodash.unescape": "4.0.1",
    "semver": "5.5.0"
  },
  "devDependencies": {
    "@babel/types": "^7.3.2",
    "@typescript-eslint/shared-fixtures": "1.13.0"
  },
  "gitHead": "c367b34abd8c58eddd2c15685ed8c17b983f0da1"
}
