-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.02 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
{
"name": "@bot-whatsapp-extensions/chatwoot",
"version": "0.0.1",
"description": "",
"main": "lib/chatwoot.cjs",
"scripts": {
"build": "rollup --config ./rollup.config.js"
},
"contributors": [
{
"email": "[email protected]",
"name": "Leifer Mendez",
"url": "https://leifermendez.github.io"
},
{
"name": "Carlos Moran",
"email": "[email protected]",
"url": "https://github.com/C4rlos-Mor4n"
}
],
"files": [
"./lib/*"
],
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.2.1",
"body-parser": "^1.20.1",
"form-data": "^4.0.0",
"mime": "^3.0.0",
"queue-promise": "^2.2.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm",
"pnpm": ">=8.6.12"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"rollup": "^4.1.4"
}
}