forked from open-wa/wa-automate-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
179 lines (179 loc) · 5.6 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
{
"name": "@open-wa/wa-automate",
"version": "4.43.2",
"licenseCheckUrl": "https://funcs.openwa.dev/license-check",
"brokenMethodReportUrl": "https://funcs.openwa.dev/report-bm",
"patches": "https://cdn.openwa.dev/patches.json",
"stickerUrl": "https://sticker-api.openwa.dev",
"description": " 💬 🤖 The most reliable NodeJS whatsapp library for chatbots with advanced features.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"wa-automate": "bin/server.js"
},
"scripts": {
"build": "rm -rf dist/ && tsc && npm run build:lib && npm run build:config-for-bin",
"build:skipmid": "tsc && npm run build:lib",
"build:lib": "ts-node prebuild.ts",
"docs": "ts-node docfix.ts && rm -rf docs/ && typedoc && npm run cname",
"cname": "ts-node cname-fix.ts",
"watch": "npm run build && tsc-watch ./src/index.ts --outDir ./dist --onSuccess \"node ./dist/index.js\" --onFailure \"echo Error while compiling\" --compiler typescript/bin/tsc",
"clean": "rm -rf session && rm -rf dist",
"clean:full": "rm -rf node_modules && npm run clean",
"precise-commits": "precise-commits",
"test": "echo \"No tests yet\"",
"release": "release-it",
"release-ci": "release-it --ci",
"release-image": "node release-image.js",
"docwatch": "onchange 'src/**/*.ts' 'docs-source/**/*.md' -- typedoc",
"build:config-for-bin": "cd build && ts-node build-config-json-for-bin.ts && ts-node generate-oas-types.ts && cd ..",
"postinstall": "patch-package",
"install": "cross-env npm_config_yes=true npx ignore-check@latest -p '**.data.json' -p '**.node-persist**' -p '**_IGNORE_**' --comment 'managed by open-wa'"
},
"husky": {
"hooks": {
"pre-commit": ""
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-wa/wa-automate-nodejs.git"
},
"keywords": [
"whatsapp",
"javascript",
"bot",
"typescript",
"automation",
"puppeteer"
],
"author": "Mohammed Shah <@smashah>",
"publishConfig": {
"access": "public"
},
"license": "H-DNH V1.0",
"bugs": {
"url": "https://github.com/open-wa/wa-automate-nodejs/issues"
},
"homepage": "https://github.com/open-wa/wa-automate-nodejs#readme",
"engines": {
"node": ">=12.18.3",
"npm": ">=7.9.0"
},
"resolutions": {
"colors": "1.4.0"
},
"devDependencies": {
"@types/changelog-parser": "^2.7.1",
"@types/command-line-args": "^5.0.0",
"@types/command-line-usage": "^5.0.1",
"@types/cross-spawn": "^6.0.2",
"@types/death": "^1.1.1",
"@types/express": "^4.17.11",
"@types/fs-extra": "^9.0.11",
"@types/line-reader": "0.0.34",
"@types/localtunnel": "^2.0.1",
"@types/marked": "^4.0.2",
"@types/mime-types": "^2.1.0",
"@types/node": "^17.0.13",
"@types/puppeteer": "^5.4.0",
"@types/shelljs": "^0.8.5",
"@types/winston-syslog": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.10.1",
"auto-changelog": "^2.0.0",
"ava": "^4.0.1",
"changelog-parser": "^2.8.0",
"command-line-args": "^5.1.1",
"eslint": "^8.1.0",
"husky": "^7.0.0",
"line-reader": "^0.4.0",
"marked": "^4.0.10",
"node-emoji": "^1.10.0",
"onchange": "^7.0.2",
"precise-commits": "^1.0.2",
"prettier": "^2.0.1",
"release-it": "^14.0.3",
"shelljs": "^0.8.3",
"tiny-glob": "^0.2.9",
"ts-json-schema-generator": "^v1.1.0-next.5",
"ts-node": "^10.0.0",
"tsc-watch": "^4.0.0",
"typeconv": "^1.7.0",
"typedoc": "^0.21.6",
"typedoc-plugin-pages": "^1.0.1",
"typescript": "^4.4.4"
},
"dependencies": {
"@discordjs/collection": "^0.5.0",
"@open-wa/wa-decrypt": "^4.3.1",
"atob": "^2.1.2",
"aws4": "^1.11.0",
"axios": "^0.25.0",
"boxen": "^5.0.0",
"cfonts": "^2.8.5",
"change-case": "^4.1.2",
"chrome-launcher": "^0.15.0",
"command-exists": "^1.2.9",
"command-line-usage": "^6.1.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"datauri": "^4.0.1",
"death": "^1.1.0",
"eventemitter2": "^6.4.4",
"express": "^4.17.1",
"express-robots-txt": "^1.0.0",
"find-up": "^5.0.0",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"get-port": "^5.1.1",
"hasha": "^5.2.0",
"image-type": "^4.1.0",
"is-url-superb": "^5.0.0",
"json5": "^2.2.0",
"klona": "^2.0.5",
"localtunnel": "^2.0.2",
"lodash.uniq": "^4.5.0",
"meow": "^9.0.0",
"node-persist": "^3.1.0",
"open": "^8.0.2",
"os-name": "^4.0.0",
"p-queue": "6.6.2",
"parse-function": "^5.6.10",
"parse-url": "^5.0.2",
"patch-package": "^6.2.2",
"pico-s3": "^1.0.1",
"pidtree": "^0.6.0",
"pidusage": "^3.0.0",
"postman-2-swagger": "^0.5.0",
"puppeteer": "15.0.0",
"puppeteer-extra": "^3.2.3",
"puppeteer-extra-plugin-block-resources": "^2.4.0",
"puppeteer-extra-plugin-devtools": "^2.4.0",
"puppeteer-extra-plugin-stealth": "^2.10.1",
"puppeteer-page-proxy": "^1.2.8",
"qrcode-terminal": "^0.12.0",
"qs": "^6.10.1",
"rxjs": "^7.0.0",
"socket.io": "^4.4.1",
"socket.io-client": "^4.1.1",
"spinnies": "^0.5.1",
"swagger-stats": "^0.99.1",
"swagger-ui-dist": "^4.1.3",
"swagger-ui-express": "^4.1.4",
"tcp-port-used": "^1.0.1",
"terminal-link": "^2.1.1",
"terminate": "^2.5.0",
"traverse": "^0.6.6",
"ts-morph": "^12.0.0",
"type-fest": "^1.1.1",
"update-notifier": "^5.0.0",
"uuid": "^8.3.2",
"uuid-apikey": "^1.5.3",
"winston": "^3.6.0",
"winston-daily-rotate-file": "^4.5.5",
"winston-syslog": "^2.5.0",
"xmlbuilder2": "^3.0.2"
}
}