-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.22 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.22 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "mysql-creator",
"version": "0.3.11",
"description": "mysql-creator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix .js src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucev/mysql-creator.git"
},
"bin": {
"mysql-creator": "bin/mysql-creator.js"
},
"engines": {
"node": ">=7.8"
},
"keywords": [
"mysql",
"nodejs",
"creator",
"mysql-creator"
],
"author": "ucev <zhangshuaiyf@icloud.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ucev/mysql-creator/issues"
},
"homepage": "https://github.com/ucev/mysql-creator#readme",
"devDependencies": {
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"dependencies": {
"babel-eslint": "^8.0.0",
"chalk": "^2.1.0",
"getpassword": "^0.1.0",
"js-yaml": "^3.10.0",
"minimist": "^1.2.0",
"promise-mysql": "^3.0.2",
"readable-stream": "^2.3.3"
}
}