-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 849 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
{
"name": "signal-twilio-videe-webrtc-go",
"version": "0.0.0",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "run-p client:start server:start",
"deploy": "twilio-run deploy",
"predeploy": "npm run build",
"build": "parcel build src/index.html --dist-dir assets",
"client:start": "parcel watch src/index.html --dist-dir assets",
"server:start": "twilio-run"
},
"dependencies": {
"@twilio/runtime-handler": "1.1.2",
"parcel": "^2.3.2",
"twilio": "^3.66",
"twilio-video": "^2.15.3"
},
"devDependencies": {
"events": "^3.3.0",
"npm-run-all": "^4.1.5",
"process": "^0.11.10",
"twilio-run": "^3.2.1",
"util": "^0.12.4"
},
"engines": {
"node": "12"
},
"browserslist": [
"since 2017-06"
],
"license": "MIT"
}