UNPKG

@madie/cql-antlr-parser

Version:
60 lines (59 loc) 1.65 kB
{ "name": "@madie/cql-antlr-parser", "version": "1.0.14", "description": "Antlr Parsing of CQL in typescript", "publishConfig": { "access": "public" }, "files": [ "dist" ], "scripts": { "test": "npx jest", "coverage": "npx jest --coverage", "prebuild": "rm -rf dist", "build": "tsc", "generate": "npx antlr4ts generated/cql.g4", "format": "prettier --write .", "lint": "npx eslint . --fix --ext .js,.ts" }, "main": "dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/MeasureAuthoringTool/cql-antlr-parser.git" }, "keywords": [ "Antlr", "CQL", "Fhir" ], "author": "SemanticBits sb-mat-help@semanticbits.com", "license": "ISC", "bugs": { "url": "https://github.com/MeasureAuthoringTool/cql-antlr-parser/issues" }, "homepage": "https://github.com/MeasureAuthoringTool/cql-antlr-parser#readme", "devDependencies": { "@types/jest": "^27.5.0", "@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/parser": "^5.22.0", "eslint": "^8.13.0", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.1.5", "eslint-plugin-promise": "^6.0.0", "jest": "^27.5.1", "jest-extended": "^2.0.0", "prettier": "^2.6.2", "ts-jest": "^27.1.4", "ts-node": "^10.7.0", "typescript": "^4.6.4", "typescript-eslint": "^0.0.1-alpha.0" }, "dependencies": { "antlr4ts": "^0.5.0-alpha.4", "antlr4ts-cli": "^0.5.0-alpha.4" } }