Installs antlr4ts

This commit is contained in:
Bruce Markham
2020-03-20 23:49:39 -04:00
parent 0cc15d6cdf
commit 3593cf93bc
2 changed files with 8 additions and 0 deletions

5
package-lock.json generated
View File

@@ -59,6 +59,11 @@
"indent-string": "^4.0.0"
}
},
"antlr4ts": {
"version": "0.5.0-alpha.3",
"resolved": "https://registry.npmjs.org/antlr4ts/-/antlr4ts-0.5.0-alpha.3.tgz",
"integrity": "sha512-La89tKkGcHFIVuruv4Bm1esc3zLmES2NOTEwwNS1pudz+zx/0FNqQeUu9p48i9/QHKPVqjN87LB+q3buTg7oDQ=="
},
"antlr4ts-cli": {
"version": "0.5.0-alpha.3",
"resolved": "https://registry.npmjs.org/antlr4ts-cli/-/antlr4ts-cli-0.5.0-alpha.3.tgz",

View File

@@ -21,5 +21,8 @@
"cpy-cli": "^3.1.0",
"rimraf": "^3.0.2",
"typescript": "^3.8.3"
},
"dependencies": {
"antlr4ts": "^0.5.0-alpha.3"
}
}