lava-oushudb-dt-sql-parser/package.json
2020-12-29 19:18:38 +08:00

41 lines
976 B
JSON

{
"name": "dt-sql-parser",
"version": "3.0.4",
"description": "There are some sql parsers in javascript and generated by antlr4",
"keywords": [
"sql",
"parser",
"monaco-editor",
"hive",
"spark",
"flink",
"impala",
"bigdata"
],
"main": "dist/index.js",
"scripts": {
"antlr4": "node build/antlr4.js",
"build": "rm -rf dist && tsc",
"eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck",
"test": "jest"
},
"author": "dt-insight-front",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.13",
"@typescript-eslint/eslint-plugin": "^3.10.1",
"@typescript-eslint/parser": "^3.10.1",
"eslint": "^7.7.0",
"eslint-config-google": "^0.14.0",
"jest": "^24.8.0",
"ts-jest": "^24.1.0",
"typescript": "^3.6.3"
},
"git repository": "https://github.com/DTStack/dt-sql-parser",
"dependencies": {
"@types/antlr4": "^4.7.2",
"antlr4": "^4.7.2"
}
}