-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 923 Bytes
/
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
{
"name": "intouch-backend",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "tsc",
"start": "nodemon"
},
"engines": {
"node": ">=12.15.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.4.0",
"firebase-admin": "^8.10.0",
"helmet": "^3.22.0",
"libphonenumber-js": "^1.7.50",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.3",
"ts-node": "^8.8.2",
"twilio": "^3.42.1",
"typescript": "^3.8.3",
"uuid": "^7.0.3"
},
"devDependencies": {
"@types/cheerio": "^0.22.17",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.4",
"@types/helmet": "^0.0.45",
"@types/node": "^13.11.0",
"@types/node-fetch": "^2.5.6",
"@types/twilio": "^2.11.0",
"@types/uuid": "^7.0.2"
}
}