-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.36 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
{
"name": "@indoomni/strapi-plugin-whatsapp-web",
"version": "1.0.33",
"description": "Wrapper for whatsapp-web.js library to be used with Strapi apps.",
"strapi": {
"name": "whatsapp-web",
"description": "Wrapper for pedroslopez's [whatsapp-web.js](https://www.npmjs.com/package/whatsapp-web.js) library to be used with Strapi apps.",
"kind": "plugin",
"displayName": "Strapi whatsapp-web.js library wrapper"
},
"dependencies": {
"google-libphonenumber": "^3.2.31",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"util": "^0.12.5",
"uuid": "^9.0.0",
"whatsapp-web.js": "^1.18.3"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"author": "Iman Sjamhudi <[email protected]>",
"maintainers": [
"Iman Sjamhudi <[email protected]>"
],
"engines": {
"node": ">=14.19.1 <=18.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"main": "strapi-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indoomni/strapi-plugin-whatsapp-web.git"
},
"keywords": [
"strapi",
"plugin",
"whatsapp",
"whatsapp-web"
],
"bugs": {
"url": "https://github.com/indoomni/strapi-plugin-whatsapp-web/issues"
},
"homepage": "https://github.com/indoomni/strapi-plugin-whatsapp-web#readme"
}