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

18 lines
397 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": {
2018-07-05 11:16:30 +08:00
"build:parse": "pegjs peg/nquery.pegjs core/astParser.js",
"build:filter":"pegjs peg/comment.pegjs core/comment.js"
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.7.0"
},
"dependencies": {}
2018-07-02 18:01:01 +08:00
}