UNPKG

635 BJSONView Raw
1{
2 "name": "antlr4ts",
3 "version": "0.5.0-alpha.4",
4 "description": "ANTLR 4 runtime for JavaScript written in Typescript",
5 "main": "index.js",
6 "scripts": {},
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
10 },
11 "keywords": [
12 "ANTLR4",
13 "typescript"
14 ],
15 "author": "Terence Parr, Sam Harwell, and Burt Harris",
16 "license": "BSD-3-Clause",
17 "bugs": {
18 "url": "https://github.com/tunnelvisionlabs/antlr4ts/issues"
19 },
20 "homepage": "https://github.com/tunnelvisionlabs/antlr4ts#readme",
21 "devDependencies": {},
22 "dependencies": {}
23}