-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.08 KB
/
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
{
"name": "mypower",
"version": "0.9.2",
"description": "A set of database common operations functions for MySQL. In particular, you can operate the database on the specific server, the operations include create, delete, drop, use, backup, restore, clone.",
"main": "index.js",
"scripts": {
"test": "cd test/mysql && mocha --bail --timeout=60000 . --exit",
"test-debug": "cd test/mysql && mocha --inspect-brk . --exit"
},
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"caller": "^1.0.1",
"kdo": "^1.8.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mysql-cli-exec": "^0.1.7",
"mysql2": "^1.6.5",
"sequelize-raw-query": "^1.1.0",
"shelljs": "^0.8.3",
"tedious": "^6.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"superagent": "^4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiowenluke/mypower.git"
},
"bugs": {
"url": "https://github.com/hiowenluke/mypower/issues"
},
"homepage": "https://github.com/hiowenluke/mypower#readme"
}