thrift-parser-ts
Version:
A parser of Thrift , by Antlr4 and antlr4ts
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "thrift-parser-ts",
"version": "1.0.8",
"description": "A parser of Thrift , by Antlr4 and antlr4ts",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"src/*.ts",
"lib"
],
"scripts": {
"build": "tsc",
"clean": "rm -rf ./lib/",
"test": "mocha -r ts-node/register 'test/*.ts'",
"typecheck": "tsc --noEmit",
"prepack": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thrift-labs/thrift-parser.git"
},
"keywords": [
"Thrift",
"Parser",
"antlr4",
"antlr4ts"
],
"author": "alingse",
"license": "MIT",
"bugs": {
"url": "https://github.com/thrift-labs/thrift-parser/issues"
},
"homepage": "https://github.com/thrift-labs/thrift-parser#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"antlr4ts": "^0.5.0-alpha.4"
},
"devDependencies": {
"@types/assert": "^1.5.6",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.1",
"antlr4ts-cli": "^0.5.0-alpha.4",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.2"
}
}