antlr/runtime/JavaScript/package.json

30 lines
565 B
JSON
Raw Normal View History

{
"name": "antlr4",
2020-01-17 04:39:52 +08:00
"version": "4.8.0",
"description": "JavaScript runtime for ANTLR4",
"main": "src/antlr4/index.js",
"repository": "antlr/antlr4.git",
"keywords": [
"lexer",
"parser",
"antlr",
"antlr4",
"grammar"
],
2017-12-13 15:14:57 +08:00
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/antlr/antlr4/issues"
},
"homepage": "https://github.com/antlr/antlr4",
"devDependencies": {
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"scripts": {
"build": "webpack"
},
"engines": {
"node": ">=10"
}
}