lava-oushudb-dt-sql-parser/package.json
2019-06-04 17:54:27 +08:00

30 lines
715 B
JSON

{
"name": "dt-sql-parser",
"version": "1.2.1",
"description": "sql,hive,parser ",
"keywords": [
"hive",
"hql",
"sql",
"parser"
],
"main": "lib/index.js",
"scripts": {
"build:parse": "pegjs -o core/astParser.js peg/nquery.pegjs ",
"build:filter": "pegjs -o core/comment.js peg/comment.pegjs ",
"build:syntax": "sh ./jison/hue-sql-syntax.sh ",
"build": "rm -rf lib && tsc && jest",
"test": "jest"
},
"author": "xiaokang",
"license": "ISC",
"devDependencies": {
"@types/jest": "^24.0.13",
"jest": "^24.8.0",
"node-query": "^0.3.3",
"pegjs": "^0.10.0"
},
"git repository": "https://github.com/HSunboy/dt-sql-parser",
"dependencies": {}
}