@builderbot/provider-sherpa 1.4.0 → 1.4.2-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +82 -82
package/package.json
CHANGED
|
@@ -1,84 +1,84 @@
|
|
|
1
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
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
2
|
+
"name": "@builderbot/provider-sherpa",
|
|
3
|
+
"version": "1.4.2-alpha.1",
|
|
4
|
+
"description": "Provider Sherpa for BuilderBot - WhatsApp integration using Whaileys",
|
|
5
|
+
"keywords": [],
|
|
6
|
+
"author": "Leifer Mendez <leifer33@gmail.com>",
|
|
7
|
+
"license": "ISC",
|
|
8
|
+
"main": "dist/index.cjs",
|
|
9
|
+
"module": "dist/index.mjs",
|
|
10
|
+
"types": "dist/index.d.ts",
|
|
11
|
+
"type": "module",
|
|
12
|
+
"exports": {
|
|
13
|
+
".": {
|
|
14
|
+
"import": "./dist/index.mjs",
|
|
15
|
+
"require": "./dist/index.cjs",
|
|
16
|
+
"types": "./dist/index.d.ts"
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "rimraf dist && rollup --config",
|
|
21
|
+
"test": "jest --forceExit",
|
|
22
|
+
"test:coverage": "jest --coverage",
|
|
23
|
+
"test:watch": "jest --watchAll --coverage"
|
|
24
|
+
},
|
|
25
|
+
"files": [
|
|
26
|
+
"./dist/"
|
|
27
|
+
],
|
|
28
|
+
"directories": {
|
|
29
|
+
"src": "src",
|
|
30
|
+
"test": "__tests__"
|
|
31
|
+
},
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/codigoencasa/bot-whatsapp.git"
|
|
35
|
+
},
|
|
36
|
+
"bugs": {
|
|
37
|
+
"url": "https://github.com/codigoencasa/bot-whatsapp/issues"
|
|
38
|
+
},
|
|
39
|
+
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@builderbot/bot": "^1.4.2-alpha.1",
|
|
42
|
+
"@hapi/boom": "^10.0.1",
|
|
43
|
+
"@jest/globals": "^30.2.0",
|
|
44
|
+
"@rollup/plugin-commonjs": "^29.0.0",
|
|
45
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
46
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
47
|
+
"@types/cors": "^2.8.17",
|
|
48
|
+
"@types/jest": "^30.0.0",
|
|
49
|
+
"@types/mime-types": "^2.1.4",
|
|
50
|
+
"@types/node": "^24.10.2",
|
|
51
|
+
"@types/qr-image": "^3.2.9",
|
|
52
|
+
"@types/sinon": "^17.0.3",
|
|
53
|
+
"body-parser": "^2.2.1",
|
|
54
|
+
"cors": "^2.8.5",
|
|
55
|
+
"jest": "^30.2.0",
|
|
56
|
+
"mime-types": "^3.0.2",
|
|
57
|
+
"pino": "^10.1.0",
|
|
58
|
+
"polka": "^0.5.2",
|
|
59
|
+
"qr-image": "^3.2.0",
|
|
60
|
+
"rimraf": "^6.1.2",
|
|
61
|
+
"rollup-plugin-typescript2": "^0.36.0",
|
|
62
|
+
"sinon": "^17.0.1",
|
|
63
|
+
"ts-jest": "^29.4.6",
|
|
64
|
+
"ts-node": "^10.9.2",
|
|
65
|
+
"wa-sticker-formatter": "^4.4.4",
|
|
66
|
+
"wtfnode": "^0.10.1"
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@adiwajshing/keyed-db": "^0.2.4",
|
|
70
|
+
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
71
|
+
"@types/polka": "^0.5.7",
|
|
72
|
+
"fluent-ffmpeg": "^2.1.2",
|
|
73
|
+
"fs-extra": "^11.3.2",
|
|
74
|
+
"jimp": "^1.6.0",
|
|
75
|
+
"node-cache": "^5.1.2",
|
|
76
|
+
"qrcode-terminal": "^0.12.0",
|
|
77
|
+
"rollup": "^4.53.3",
|
|
78
|
+
"sharp": "0.33.3",
|
|
79
|
+
"tslib": "^2.8.1",
|
|
80
|
+
"typescript": "^5.9.3",
|
|
81
|
+
"whaileys": "6.3.8"
|
|
82
|
+
},
|
|
83
|
+
"gitHead": "0e51f341c67b873fe1eb0cffa6ff0355ef7ef048"
|
|
84
84
|
}
|