-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "sqldef",
"version": "0.0.2",
"description": "Simple node wrapper around sqldef for easy use with node",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/sqldef/node-sqldef.git"
},
"script": {
"postinstall": "node postinstall.js"
},
"keywords": [
"migration",
"mysql",
"postgres"
],
"author": "David Konsumer <[email protected]> (http://konsumer.js.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sqldef/node-sqldef/issues"
},
"homepage": "https://github.com/sqldef/node-sqldef#readme",
"dependencies": {
"cosmiconfig": "^6.0.0",
"jszip": "^3.2.2",
"prompt-confirm": "^2.0.4",
"request": "^2.88.0",
"request-promise-native": "^1.0.7",
"tar.gz": "^1.0.7",
"yargs": "^14.2.0"
},
"bin": {
"sqldef": "./cli.js"
},
"engines": {
"node": ">=10.0"
}
}