UNPKG

809 BJSONView Raw
1{
2 "name": "antlr4ts-cli",
3 "version": "0.5.0-alpha.4",
4 "preferGlobal": true,
5 "description": "ANTLR 4 command line tool for TypeScript",
6 "files": [
7 "LICENSE",
8 "target/antlr4-typescript-4.9.0-SNAPSHOT-complete.jar",
9 "antlr4ts",
10 "index.js"
11 ],
12 "bin": {
13 "antlr4ts": "./antlr4ts"
14 },
15 "scripts": {
16 "prepare": "mvn verify"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
21 },
22 "keywords": [
23 "ANTLR4",
24 "typescript",
25 "tool"
26 ],
27 "author": "Terence Parr, Sam Harwell, and Burt Harris",
28 "license": "BSD-3-Clause",
29 "bugs": {
30 "url": "https://github.com/tunnelvisionlabs/antlr4ts/issues"
31 },
32 "homepage": "https://github.com/tunnelvisionlabs/antlr4ts/tool#readme"
33}