cql-antlr-parser
Version:
Antlr Parsing of CQL in typescript
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "cql-antlr-parser",
"version": "0.0.1-alpha",
"description": "Antlr Parsing of CQL in typescript",
"files": [
"lib"
],
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"build-lib": "npx tsc -p tsconfig.json",
"coverage": "nyc -r text -e .ts -x \"tests/*.test.ts\" npm run test",
"antlr4ts": "antlr4ts -visitor src/antlr/generated/cql.g4"
},
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MeasureAuthoringTool/cql-antlr-parser.git"
},
"keywords": [
"Antlr",
"CQL",
"Fhir"
],
"author": "Michael Greene",
"license": "CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE",
"bugs": {
"url": "https://github.com/MeasureAuthoringTool/cql-antlr-parser/issues"
},
"homepage": "https://github.com/MeasureAuthoringTool/cql-antlr-parser#readme",
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/mocha": "^8.2.2",
"chai": "^4.3.4",
"mocha": "^8.3.2",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"dependencies": {
"antlr4ts": "^0.5.0-alpha.4"
}
}