-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.41 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
{
"name": "@aliyssium/botbuilder-adapter-whatsapp",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"typings": "./lib/index.d.ts",
"files": [
"/lib",
"/src"
],
"scripts": {
"build": "tsc",
"test": "exit 0",
"eslint": "./node_modules/.bin/eslint --fix src/*",
"pack": "npm pack"
},
"publishConfig": {
"@aliyssium:registry": "https://npm.pkg.github.com/"
},
"repository": {
"url": "git://github.com/aliyssium/botbuilder-adapter-whatsapp.git"
},
"author": "aliyss",
"license": "ISC",
"bugs": {
"url": "https://github.com/aliyssium/botbuilder-adapter-whatsapp/issues"
},
"homepage": "https://github.com/aliyssium/botbuilder-adapter-whatsapp#readme",
"devDependencies": {
"@types/node": "^17.0.18",
"@types/qrcode": "^1.4.2",
"@typescript-eslint/eslint-plugin": "^4.24.0",
"@typescript-eslint/parser": "^4.24.0",
"esbuild-node-tsc": "^1.8.2",
"eslint": "^7.26.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"nodemon": "^2.0.15",
"pino-pretty": "^7.3.0",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@adiwajshing/baileys": "^4.0.0",
"botkit": "^4.10.0",
"qrcode": "^1.5.0",
"qrcode-terminal": "^0.12.0"
}
}