diff --git a/.gitignore b/.gitignore index 7a893a4..4179cad 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules /test/ -package-lock.json \ No newline at end of file +package-lock.json +.DS_Store \ No newline at end of file diff --git a/package.json b/package.json index 7ac7603..1df774c 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,13 @@ { "name": "dt-sql-parser", "version": "1.0.0", - "description": "sql parser", + "description": "sql,hive,parser ", + "keywords":["hive","hql","sql","parser"], "main": "index.js", "scripts": { "build:parse": "pegjs -o core/astParser.js peg/nquery.pegjs ", - "build:filter": "pegjs -o core/comment.js peg/comment.pegjs " + "build:filter": "pegjs -o core/comment.js peg/comment.pegjs ", + "build:syntax": "sh ./jison/hue-sql-syntax.sh " }, "author": "xiaokang", "license": "ISC", @@ -13,5 +15,6 @@ "node-query": "^0.3.3", "pegjs": "^0.10.0" }, + "git repository":"https://github.com/HSunboy/dt-sql-parser", "dependencies": {} }