-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
43 lines (43 loc) · 1010 Bytes
/
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
{
"name": "my-blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index",
"sync": "node models/sync"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiheizhiya/myBlog.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/qiheizhiya/myBlog/issues"
},
"homepage": "https://github.com/qiheizhiya/myBlog#readme",
"devDependencies": {
"@types/node": "^14.0.23",
"nodemon": "^2.0.4"
},
"dependencies": {
"@koa/cors": "^3.1.0",
"ali-oss": "^6.10.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.0",
"koa-bodyparser": "^4.3.0",
"koa-log4": "^2.3.2",
"koa-multer": "^1.0.2",
"koa-router": "^9.1.0",
"koa-session": "^6.0.0",
"koa-sslify": "^5.0.0",
"koa-static": "^5.0.0",
"mime": "1.3.6",
"moment": "^2.27.0",
"mysql2": "^2.1.0",
"path-to-regexp": "^6.1.0",
"sequelize": "^6.3.3",
"svg-captcha": "^1.4.0"
}
}