forked from Boommook/dispatchbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 930 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 930 Bytes
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": "dispatchbot",
"version": "1.0.0",
"description": "Elderly care ride dispatch system with Twilio integration",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node src/index.ts",
"test": "jest"
},
"dependencies": {
"cron": "^2.4.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"joi": "^17.11.0",
"mongodb": "^6.18.0",
"node-cron": "^3.0.3",
"twilio": "^4.19.0",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/cron": "^2.4.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.0",
"@types/node-cron": "^3.0.11",
"jest": "^29.7.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"keywords": [
"dispatch",
"elderly-care",
"ride-service",
"twilio",
"nonprofit"
],
"author": "Your Organization",
"license": "MIT"
}