lava-oushudb-dt-sql-parser/package.json
2022-12-16 15:13:56 +08:00

48 lines
1.2 KiB
JSON

{
"name": "dt-sql-parser",
"version": "4.0.0-beta.2.2",
"description": "SQL Parsers for BigData, built with antlr4",
"keywords": [
"sql",
"parser",
"monaco-editor",
"hive",
"spark",
"flink",
"bigdata"
],
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"antlr4": "node build/antlr4.js",
"build": "rm -rf dist && tsc",
"eslint": "eslint ./src/**/*.ts",
"check-types": "tsc --skipLibCheck",
"test": "jest",
"release": "npm run build && standard-version --infile CHANGELOG.md"
},
"author": "dt-insight-front",
"license": "MIT",
"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": "^4.9.4",
"standard-version": "^9.1.0"
},
"git repository": "https://github.com/DTStack/dt-sql-parser",
"repository": "https://github.com/DTStack/dt-sql-parser",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"dependencies": {
"@types/antlr4": "4.7.0",
"antlr4": "4.7.2"
}
}