forked from JAVClub/core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.44 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
{
"name": "javclub_core",
"version": "1.0.0",
"description": "JAVClub core",
"main": "app.js",
"scripts": {
"test": "npm run build",
"dev": "NODE_ENV=dev node src/app.js",
"run": "NODE_ENV=stage node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JAVClub/core.git"
},
"keywords": [
"JAV"
],
"author": "XiaoLin",
"license": "MIT",
"bugs": {
"url": "https://github.com/JAVClub/core/issues"
},
"homepage": "https://github.com/JAVClub/core#readme",
"dependencies": {
"@sentry/node": "^5.15.5",
"bcrypt": "^4.0.1",
"child_process": "^1.0.2",
"config": "^3.3.0",
"cookie-parser": "^1.4.5",
"crypto-js": "^4.0.0",
"dom-parser": "^0.1.6",
"express": "^4.17.1",
"google-auth-library": "3.1.2",
"googleapis": "39.2.0",
"googleapis-common": "0.7.2",
"js-base64": "^2.5.2",
"knex": "^0.20.11",
"knex-paginate": "^1.2.0",
"lodash": "^4.17.19",
"log4js": "^6.1.2",
"minimist": ">=1.2.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"node-fetch": "^2.6.0",
"p-queue": "^6.3.0",
"p-retry": "^4.2.0",
"promise-queue-plus": "^1.2.2",
"random-int": "^2.0.1",
"randomstring": "^1.1.5",
"sequelize": "^6.3.3",
"sequelize-cli": "^6.2.0",
"sha256": "^0.2.0"
},
"devDependencies": {
"eslint": "^7.3.1",
"eslint-plugin-markdown": "^1.0.2",
"pkg": "^4.4.9",
"standard": "^14.3.4"
}
}