-
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.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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": "TCC-SENAI",
"version": "1.0.0",
"description": "TCC - SENAI",
"main": "index.js",
"scripts": {
"dev": "nodemon source/server.js",
"start":"node source/server.js | node source/services/chat/index.js",
"chat": "node source/services/chat/index.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IuriSampaio/TCC-SENAI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/IuriSampaio/TCC-SENAI/issues"
},
"homepage": "https://github.com/IuriSampaio/TCC-SENAI#readme",
"dependencies": {
"@types/jest": "^26.0.15",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.17.1",
"firebase-admin": "^9.2.0",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.28.0",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4",
"pg": "^8.5.1",
"pg-hstore": "^2.3.3",
"sequelize": "^6.3.5",
"sequelize-cli": "^6.2.0",
"socket.io": "^2.3.0",
"supertest": "^6.0.1"
}
}