-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 955 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 955 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
{
"name": "messcat",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "env-cmd node src/intents --chat",
"build": "tsc",
"fetch:dining": "env-cmd node src/utils/fetch-dining",
"start": "serverless offline start --httpPort 8000 --skipCacheInvalidation"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@adiwajshing/whatsapp-info-bot": "git+https://github.com/adiwajshing/WhatsAppInfoBot",
"@prisma/client": "^4.6.1",
"mustache": "^4.2.0",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@google-cloud/local-auth": "^3.0.0",
"@serverless/cli": "^2.0.25",
"@types/node": "^18.11.7",
"@types/pdf-parse": "^1.1.1",
"env-cmd": "^10.1.0",
"exceljs": "^4.3.0",
"googleapis": "^67.1.1",
"prisma": "^4.6.1",
"serverless": "^3.34.0",
"serverless-dotenv-plugin": "^3.9.0",
"serverless-offline": "^12.0.4"
}
}