-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
37
38
{
"name": "dial-wabot-boilerplate",
"version": "1.0.0",
"description": "boilerplate for dial-based bot whatsapp-web.js ",
"main": "index.ts",
"scripts": {
"start": "node ./dist/index.js",
"dev": "cross-env NODE_ENV=dev nodemon ./src/index.ts",
"build": "tsc"
},
"keywords": [
"wajs",
"whatsapp-bot",
"whatsapp-web.js",
"nodejs"
],
"repository": {
"type": "git",
"url": "https://github.com/snowfluke/dial-wabot-boilerplate"
},
"author": "snwofluke",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.2.1",
"@types/qrcode-terminal": "^0.12.0",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"cross-env": "^7.0.3",
"eslint": "^8.40.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"dependencies": {
"wwjs-stable-client": "^1.0.4"
}
}