-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 891 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 891 Bytes
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
{
"name": "ylog_server",
"version": "0.0.1",
"description": "Awesome project developed with TypeORM.",
"devDependencies": {
"@types/node": "^8.0.29",
"ts-node": "3.3.0",
"typescript": "3.3.3333"
},
"dependencies": {
"@types/colors": "^1.2.1",
"@types/dotenv": "^8.2.0",
"@types/joi": "^14.3.4",
"@types/jsonwebtoken": "^8.5.0",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase": "^7.22.0",
"firebase-admin": "^9.2.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"joi": "^17.2.1",
"js-sha512": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.16",
"nodemon": "^2.0.4",
"reflect-metadata": "^0.1.10",
"typeorm": "^0.2.25",
"uuid": "^8.3.0"
},
"scripts": {
"start": "nodemon src/index.ts"
}
}