-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.07 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
45
46
{
"name": "rpcApi",
"version": "1.0.0",
"main": "src/index.js",
"license": "MIT",
"author": {
"name": "João Vitor Balzer",
"email": "joaobalzer@gmail.com",
"url": "https://github.com/joaobalzer"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord.js": "^12.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"global": "^4.4.0",
"instagram-web-api": "^2.2.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.9.27",
"mongoose-paginate": "^5.0.3",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"node": "^15.10.0",
"nodejs": "0.0.0",
"npm": "^7.6.3",
"request": "^2.88.2",
"require-dir": "^1.2.0",
"sendgrid": "^5.2.3",
"sequelize": "^6.5.0",
"sequelizer": "^1.1.4",
"yarn": "^1.22.10"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}