lava-oushudb-dt-sql-parser/package.json

18 lines
404 B
JSON
Raw Normal View History

2018-07-02 18:01:01 +08:00
{
"name": "dt-sql-parser",
"version": "1.0.0",
"description": "sql parser",
"main": "index.js",
2018-07-03 11:33:53 +08:00
"scripts": {
"build:parse": "pegjs -o core/astParser.js peg/nquery.pegjs ",
"build:filter": "pegjs -o core/comment.js peg/comment.pegjs "
2018-07-03 11:33:53 +08:00
},
2018-07-02 18:01:01 +08:00
"author": "xiaokang",
"license": "ISC",
2018-07-03 11:33:53 +08:00
"devDependencies": {
"node-query": "^0.3.3",
"pegjs": "^0.10.0"
2018-07-03 11:33:53 +08:00
},
"dependencies": {}
2018-07-02 18:01:01 +08:00
}