-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.14 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.14 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
{
"name": "lambda-x-voicechat-be",
"version": "1.0.0",
"description": "Lambda X Voice Chat App",
"main": "index.js",
"repository": "https://github.com/lambda-x-voice-chatroom/backend",
"author": "farste <sfargali@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"cors": "^2.8.5",
"datauri": "^2.0.0",
"dotenv": "^7.0.0",
"express": "^4.16.4",
"firebase-admin": "^8.2.0",
"helmet": "^3.19.0",
"heroku": "^7.22.10",
"knex": "^0.16.3",
"multer": "^1.4.1",
"ngrok": "^3.1.1",
"node": "^11.12.0",
"pg": "^7.9.0",
"sqlite3": "^4.0.9",
"stripe": "6.25.1",
"twilio": "^3.29.2"
},
"devDependencies": {
"cross-env": "^5.2.0",
"jest": "^24.5.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.10",
"supertest": "^4.0.2"
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"test": "cross-env DB_ENV=testing jest --watch --verbose"
}
}