-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "xmysqls",
"version": "1.0.1",
"description": "Generate REST APIs for any MySql database 读写RestAPI服务",
"main": "index.js",
"scripts": {
"start": "node --trace-warnings ./bin/index.js -u zhaoziyun -p ziyequma -d xdata -h 172.18.254.95 -o 39090 -n 3000",
"dev": "node --trace-warnings ./bin/index.js -u zhaoziyun -p ziyequma -d xdata -h 172.18.254.95 -o 39090 -n 3000",
"test": "./node_modules/.bin/mocha tests/*.js --exit"
},
"keywords": [
"mysql-rest-api-generator",
"node-mysql-rest-api",
"rest",
"restful",
"rest-apis"
],
"engines": {
"node": ">= 7.6.0"
},
"bin": {
"xmysqls": "bin/index.js"
},
"repository": "miazzy/xmysql",
"homepage": "https://github.com/Miazzy/xmysql",
"author": "Miazzy",
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.5",
"@risingstack/protect": "^1.2.0",
"assert": "^1.4.1",
"body-parser": "^1.18.2",
"cluster": "^0.7.7",
"colors": "^1.1.2",
"commander": "^2.11.0",
"cors": "^2.8.4",
"dblite": "^1.1.4",
"express": "^4.16.1",
"forerunnerdb": "^2.0.22",
"ioredis": "^4.24.2",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"mysql": "^2.18.1",
"nacos": "^2.0.1",
"nedb": "^1.8.0",
"node-schedule": "^2.0.0",
"redis": "^2.8.0",
"redis-clustr": "^1.7.0",
"redislock": "^1.3.0",
"request-ip": "^2.1.3",
"sofa-rpc-node": "^2.0.0",
"sqlite": "^4.0.21",
"sqlite3": "^5.0.2",
"xprofiler": "^1.2.6"
},
"devDependencies": {
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"mocha": "^5.2.0",
"should": "^13.1.2",
"supertest": "^3.0.0"
}
}