-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.91 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
66
67
68
69
70
71
72
73
74
{
"name": "talex-wiki-ends",
"type": "module",
"version": "1.0.0",
"description": "talex-wiki ends frame",
"exports": "./src/index.js",
"scripts": {
"dev": "nodemon",
"start:prod": "cross-env NODE_ENV=production node index",
"build": "tsc"
},
"author": "TalexDreamSoul",
"license": "MIT",
"devDependencies": {
"@types/koa": "^2.13.5",
"@types/koa-bodyparser": "^4.3.8",
"@types/koa-router": "^7.4.4",
"@types/koa2-cors": "^2.0.2",
"@types/node": "^18.8.5",
"chalk": "^5.1.2",
"cross-env": "^5.2.0",
"nodemon": "^1.19.4",
"prettier": "1.16.4",
"supports-color": "^9.2.3",
"terminal-link": "^3.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"@koa/cors": "^2.2.3",
"@types/cls-hooked": "^4.3.3",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.6",
"@types/log4js": "^2.3.5",
"@types/nodemailer": "^6.4.6",
"@types/sequelize": "^4.28.14",
"@types/validator": "^13.7.7",
"@types/ws": "^8.5.3",
"axios": "^1.1.2",
"casbin": "^5.19.1",
"casbin-sequelize-adapter": "^2.4.0",
"class-validator": "^0.13.2",
"cls-hooked": "^4.2.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"file-type": "^18.0.0",
"fs-extra": "^10.1.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-body": "^5.0.0",
"koa-bodyparser": "^4.2.1",
"koa-jwt": "^4.0.3",
"koa-mount": "^4.0.0",
"koa-router": "^12.0.0",
"koa-send": "^5.0.1",
"koa-static": "^5.0.0",
"lodash-es": "^4.17.21",
"log4js": "^6.7.0",
"module-alias": "^2.2.2",
"mysql2": "^2.1.0",
"nodegit": "^0.27.0",
"nodemailer": "^6.8.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.13",
"sequelize": "6.25.0",
"sequelize-typescript": "^2.1.3",
"sharp": "^0.29.3",
"validator": "^13.7.0",
"ws": "^7.4.4"
},
"_moduleAliases": {
"@": "dist"
}
}