forked from markgardner/node-flywaydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 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
25
26
27
28
29
30
31
32
33
34
{
"name": "node-flywaydb",
"version": "3.0.7",
"description": "NodeJs wrapper for flywaydb cli",
"main": "index.js",
"bin": {
"flyway": "./bin/flyway.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markgardner/node-flywaydb.git"
},
"keywords": [
"flyway",
"flywaydb"
],
"author": "Mark Gardner",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/markgardner/node-flywaydb/issues"
},
"homepage": "https://github.com/markgardner/node-flywaydb#readme",
"dependencies": {
"commander": "^5.0.0",
"extract-zip": "^2.0.0",
"http-proxy-agent": "^4.0.1",
"https-proxy-agent": "^5.0.0",
"rimraf": "^3.0.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"eslint": "^6.8.0"
}
}