-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "pg-grammar",
"version": "0.6.0",
"description": "A direct port of PostgreSQL's SQL parser to Javascript",
"type": "module",
"module": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abbas Mashayekh <martianboy2005@gmail.com>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@zoltu/typescript-transformer-append-js-extension": "^1.0.1",
"pg-query-parser": "^0.2.4",
"@gerhobbelt/ast-util": "0.6.1-4",
"@gerhobbelt/json5": "^2.1.0-48",
"@gerhobbelt/nomnom": "1.8.4-29",
"@gerhobbelt/recast": "0.13.0-24",
"@gerhobbelt/xregexp": "^4.2.0-30",
"ttypescript": "^1.5.10",
"typescript": "^3.7.3"
}
}