-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.17 KB
/
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
44
45
46
47
48
49
50
51
{
"name": "tupan",
"version": "1.0.0",
"description": "Tupã project is new sources APIs center",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.6.2",
"accesscontrol": "^2.2.1",
"apollo-server-express": "^3.6.4",
"authy": "^1.4.0",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"firebase": "^9.6.8",
"fs": "^0.0.1-security",
"graphql": "^16.3.0",
"graphql-tools": "^8.2.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^8.5.1",
"knex": "^1.0.4",
"mongoose": "^6.2.6",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.2",
"passport": "^0.5.2",
"pg": "^8.7.3",
"pg-hstore": "^2.3.4",
"qs": "^6.10.3",
"redis": "^4.0.4",
"request": "^2.88.2",
"sequelize": "^6.17.0",
"speakeasy": "^2.0.0",
"twilio": "^3.75.1"
},
"devDependencies": {
"jest": "^27.5.1",
"sequelize-cli": "^6.4.1"
}
}