-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 874 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 874 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
{
"name": "bolt",
"description": "",
"version": "0.0.1",
"scripts": {
"start": "node ./dist/app.js",
"build": "tsc --build",
"clean": "tsc --build --clean",
"bstart": "npm run build && npm run start"
},
"dependencies": {
"axios": "^1.3.3",
"cheerio": "^1.0.0-rc.12",
"log4js": "^6.7.1",
"minimist": "^1.2.8",
"minimist-options": "^4.1.0",
"node-cron": "^3.0.2",
"qrcode-terminal": "^0.12.0",
"reflect-metadata": "^0.2.1",
"shell-quote": "^1.8.0",
"sqlite3": "^5.1.4",
"typeorm": "^0.3.12",
"whatsapp-web.js": "github:pedroslopez/whatsapp-web.js#webpack-exodus"
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/node": "^20.11.20",
"@types/node-cron": "^3.0.7",
"@types/qrcode-terminal": "^0.12.0",
"@types/shell-quote": "^1.7.1",
"typescript": "^5.3.3"
}
}