-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
64 lines (64 loc) · 1.52 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"author": {
"name": "GREEN API",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/green-api/whatsapp-chatbot-js/issues"
},
"dependencies": {
"@green-api/v1-whatsapp-api-client": "^0.1.7",
"@green-api/whatsapp-api-client": "^0.3.37",
"debug": "^4.3.4",
"minimist": "^1.2.8",
"module-alias": "^2.2.3",
"node-fetch": "^3.3.1",
"sandwich-stream": "^2.0.2",
"telegram-typings": "^5.0.0"
},
"deprecated": false,
"description": "WhatsApp Bot for NodeJs",
"devDependencies": {
"@types/node": "^20.4.4",
"ava": "^5.3.1",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-ava": "^14.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=8"
},
"files": [
"src/core/**/*.js",
"src/scenes/**/*.js",
"src/typings/*.d.ts",
"*.js"
],
"homepage": "https://github.com/green-api/whatsapp-bot#readme",
"keywords": [
"whatsapp",
"whatsapp bot api",
"bot",
"botapi",
"bot framework",
"whatsapp api"
],
"license": "MIT",
"main": "src/whatsappbot.js",
"name": "@green-api/whatsapp-bot",
"repository": {
"type": "git",
"url": "git+ssh://github.com/green-api/whatsapp-bot.git"
},
"scripts": {},
"type": "commonjs",
"types": "./src/typings/index.d.ts",
"version": "0.2.5"
}