forked from premierdesigns/pddev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 825 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
{
"name": "pddev",
"version": "1.0.6",
"description": "Helpful console utilities for developers to use on their local machines",
"main": "pddev.js",
"bin": {
"pddev": "pddev.js",
"pddev-migratedb": "pddev-migratedb.js",
"pddev-migratedbdown": "pddev-migratedbdown.js",
"pddev-nukedb": "pddev-nukedb.js",
"pddev-rebuilddb": "pddev-rebuilddb.js",
"pddev-restoredb": "pddev-restoredb.js",
"pddev-test": "pddev-test.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tim Hardy",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/premierdesigns/pddev"
},
"dependencies": {
"args": "^5.0.0",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"msnodesqlv8": "^0.6.12",
"mssql": "^4.3.0"
}
}