This repository has been archived by the owner on Apr 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
package.json
53 lines (53 loc) · 1.53 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
{
"name": "ss-panle",
"version": "0.5.5",
"private": true,
"description": "基于企业微信的 shadowsocks 管理面板",
"author": "qiujun",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/qiujun8023/ss-panel-server.git"
},
"scripts": {
"dev": "nodemon -e js,yaml src/index.js",
"eslint": "eslint config src test",
"test": "NODE_ENV=test nyc --reporter=lcov --reporter html --reporter text-summary mocha --colors --exit test/bootload 'test/**/*.test.js'",
"version": "echo $npm_package_version"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.1.1",
"nodemon": "^1.17.3",
"nyc": "^13.3.0",
"supertest": "^3.0.0"
},
"dependencies": {
"bluebird": "^3.5.1",
"chance": "^1.0.13",
"config": "^1.30.0",
"glob": "^7.1.2",
"ioredis": "^3.2.2",
"js-yaml": "^3.11.0",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-generic-session": "^2.0.1",
"koa-redis": "^3.1.2",
"koa-router": "^7.4.0",
"koa2-swagger-ui": "^2.7.1",
"lodash": "^4.17.5",
"moment": "^2.22.1",
"mysql2": "^1.5.3",
"node-schedule": "^1.3.0",
"pino": "^4.16.1",
"sequelize": "^4.37.6",
"sway": "^2.0.5",
"wechat-enterprise-api": "git+https://github.com/qiujun8023/wechat-enterprise-api.git"
}
}