{
  "name": "antlr4ts-cli",
  "version": "0.5.0-alpha.4",
  "preferGlobal": true,
  "description": "ANTLR 4 command line tool for TypeScript",
  "files": [
    "LICENSE",
    "target/antlr4-typescript-4.9.0-SNAPSHOT-complete.jar",
    "antlr4ts",
    "index.js"
  ],
  "bin": {
    "antlr4ts": "./antlr4ts"
  },
  "scripts": {
    "prepare": "mvn verify"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
  },
  "keywords": [
    "ANTLR4",
    "typescript",
    "tool"
  ],
  "author": "Terence Parr, Sam Harwell, and Burt Harris",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/tunnelvisionlabs/antlr4ts/issues"
  },
  "homepage": "https://github.com/tunnelvisionlabs/antlr4ts/tool#readme"
}
