-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 KB
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
{
"name": "Blog",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/node": "^8.0.29",
"@types/ws": "^7.4.0",
"nodemon": "^2.0.7",
"ts-node": "3.3.0",
"typescript": "3.3.3333"
},
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"captchapng": "0.0.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"cos-nodejs-sdk-v5": "^2.8.2",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-session": "^1.17.1",
"formidable": "^1.2.2",
"jsonwebtoken": "^8.5.1",
"marked": "^1.2.0",
"mysql": "^2.14.1",
"nodemailer": "^6.4.13",
"nodemailer-smtp-transport": "^2.7.4",
"qcloud-cos-sts": "^3.0.2",
"reflect-metadata": "^0.1.10",
"svg-captcha": "^1.4.0",
"trim-html": "^0.1.9",
"typeorm": "0.2.26",
"uuid": "^8.3.0",
"webp-converter": "^2.3.0",
"ws": "^7.4.3"
},
"scripts": {
"start": "nodemon --watch src/**/*.ts --exec ts-node src/index.ts"
}
}