41 lines
997 B
JSON
41 lines
997 B
JSON
{
|
|
"name": "dt-sql-parser",
|
|
"version": "3.0.5",
|
|
"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": "npm test && rm -rf dist && tsc",
|
|
"eslint": "eslint ./src/**/*.ts",
|
|
"check-types": "tsc --skipLibCheck",
|
|
"test": "jest --coverage"
|
|
},
|
|
"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.0",
|
|
"antlr4": "4.7.2"
|
|
}
|
|
}
|