-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 907 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
{
"name": "twilio-neighborhood-network",
"version": "0.1.0",
"description": "Twilio ご近所電話連絡網",
"main": "index.js",
"scripts": {
"start": "npm run tunnel & npm run twilio",
"s": "npm start",
"twilio": "twilio-run --env --port=${TWILIO_PORT:-3000}",
"tunnel": "lt --subdomain=${LOCALTUNNEL_SUBDOMAIN} --port=${TWILIO_PORT:-3000}",
"log": "node tools/log"
},
"author": "",
"license": "MIT",
"dependencies": {
"@twilio/runtime-handler": "1.2.2",
"csv-parse": "^5.0.4",
"csv-stringify": "^6.0.5",
"date-fns": "^1.30.1",
"date-fns-timezone": "^0.1.4",
"dotenv": "^16.0.0",
"libphonenumber-js": "^1.7.18",
"twilio": "^3.56"
},
"devDependencies": {
"localtunnel": "^2.0.2",
"prettier": "^2.5.1",
"twilio-run": "^3.4.1"
},
"resolutions": {
"ansi-regex": "^5.0.1"
},
"engines": {
"node": "14"
}
}