-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "twilio-live-interactive-video",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "npm install --prefix apps/web",
"test": "true",
"preserverless:deploy": "npm run build --prefix apps/web",
"serverless:deploy": "node serverless/scripts/deploy.js",
"serverless:list": "node serverless/scripts/list.js",
"serverless:remove": "node serverless/scripts/remove.js",
"develop:web": "npm run start --prefix apps/web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twilio/twilio-live-interactive-video.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@twilio-labs/serverless-api": "^5.4.3",
"axios": "^0.21.4",
"cli-ux": "^5.6.3",
"commander": "^8.2.0",
"dotenv": "^10.0.0",
"nanoid": "^3.1.28",
"twilio": "^3.71.1"
},
"bugs": {
"url": "https://github.com/twilio/twilio-live-interactive-video/issues"
},
"homepage": "https://github.com/twilio/twilio-live-interactive-video#readme"
}