{
  "name": "angular-eslint-template-parser",
  "version": "0.1.3",
  "type": "commonjs",
  "repository": "git+https://github.com/un-ts/angular-eslint-template-parser.git",
  "author": "JounQin <admin@1stg.me>",
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.d.ts",
    "index.js"
  ],
  "peerDependencies": {
    "@angular-eslint/template-parser": "*"
  }
}