Files
motia/.npm-cache/_npx/0ebd1cb7ec11dd1f/node_modules/antlr4ts/package.json
2025-10-19 14:57:07 +00:00

24 lines
635 B
JSON

{
"name": "antlr4ts",
"version": "0.5.0-alpha.4",
"description": "ANTLR 4 runtime for JavaScript written in Typescript",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tunnelvisionlabs/antlr4ts.git"
},
"keywords": [
"ANTLR4",
"typescript"
],
"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#readme",
"devDependencies": {},
"dependencies": {}
}