mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
11 lines
392 B
JSON
11 lines
392 B
JSON
{
|
|
"name": "@kbn/monaco",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"browser": "target_web/index.js",
|
|
"main": "target_node/index.js",
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"scripts": {
|
|
"build:antlr4ts": "../../node_modules/antlr4ts-cli/antlr4ts ./src/painless/antlr/painless_lexer.g4 ./src/painless/antlr/painless_parser.g4 && node ./scripts/fix_generated_antlr.js"
|
|
}
|
|
}
|