Skip to content

Commit d41f914

Browse files
committed
Updated description [skip ci]
1 parent 66e332f commit d41f914

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"name": "js-dremio-sql-parser",
33
"version": "1.4.0",
4-
"description": "",
4+
"description": "Dremio SQL(select) parser written with jison. Parse SQL into abstract syntax tree(AST) and stringify back to SQL. SQL grammar follows https://docs.dremio.com/sql-reference/",
55
"main": "./dist/parser/sqlParser.js",
6+
"publishConfig": {"registry": "https://npm.pkg.github.com/"},
67
"scripts": {
78
"build": "jison -m js ./src/sqlParser.jison -o ./dist/parser/sqlParser.js && npm run build-concat",
89
"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",

0 commit comments

Comments
 (0)