forked from orkestral/venom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
150 lines (150 loc) · 4.93 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
{
"name": "venom-bot",
"version": "5.0.22",
"description": "Venom is a high-performance system developed with JavaScript to create a bot for WhatsApp, support for creating any interaction, such as customer service, media sending, sentence recognition based on artificial intelligence and all types of design architecture for WhatsApp. ",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build:counter": "cd src/lib/counter/ && gulp",
"build:docs": "typedoc && git add docs/*",
"build:jsQR": "cd src/lib/jsQR/ && gulp",
"build:middleware": "cd src/lib/middleware/ && webpack",
"build:venom": "tsc",
"build:wapi": "cd src/lib/wapi/ && webpack",
"build": "npm run fix:imports && npm run build:wapi && npm run build:middleware && npm run build:counter && npm run build:venom",
"build:test": "npm run fix:imports && npm run build:wapi && npm run build:middleware && npm run build:counter && npm run build:venom && npm test",
"changelog:last": "conventional-changelog -p angular -r 2",
"changelog:preview": "conventional-changelog -p angular -u",
"changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s",
"clean": "shx rm -rf session dist",
"commit": "cz",
"fix:doc-theme": "shx cp ./node_modules/typedoc-default-themes/bin/default/partials/type.hbs ./node_modules/typedoc-plugin-pages/dist/theme/v2/partials/type.hbs",
"fix:imports": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\" && npm run lint:fix",
"generate-api-docs": "npm run fix:doc-theme && typedoc",
"lint:js": "npx eslint -c .eslintrc.cjs --ext .js src",
"lint:ts": "npx eslint -c .eslintrc.cjs --ext .ts src",
"lint": "npm run lint:ts && npm run lint:js",
"lint:fix": "npx eslint src --fix",
"prepare": "npm run clean && npm run build",
"release": "release-it",
"start": "npm run build:venom & tsc app.ts && node app.js",
"test": "node ./test/index.js",
"watch": "concurrently \"tsc -w\" \"nodemon dist/index.js\""
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "pretty-quick --staged"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/orkestral/venom.git"
},
"keywords": [
"whatsapp",
"javascript",
"bot",
"chat bot",
"bot",
"typescript",
"automation",
"puppeteer"
],
"author": "Orkestral",
"license": "MIT",
"bugs": {
"url": "https://github.com/orkestral/venom/issues"
},
"publishConfig": {
"access": "public"
},
"files": [
".env",
"dist/*",
"dist",
"package.json",
"CHANGELOG.md",
"LICENSE",
"README.md",
"SECURITY.md"
],
"homepage": "https://github.com/orkestral/venom#readme",
"devDependencies": {
"@commitlint/cli": "^17.3.0",
"@commitlint/config-angular": "^17.7.0",
"@types/atob": "^2.1.2",
"@types/is-root": "^2.1.2",
"@types/mime-types": "^2.1.0",
"@types/node": "^18.11.10",
"@types/puppeteer": "^5.4.7",
"@types/qrcode": "^1.5.1",
"@types/qrcode-terminal": "^0.12.0",
"@types/sharp": "^0.30.5",
"@types/unzipper": "^0.10.6",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.62.0",
"concurrently": "^7.6.0",
"conventional-changelog-cli": "^2.2.2",
"copy-webpack-plugin": "^10.2.4",
"eslint": "^8.39.0",
"eslint-config-eslint": "^9.0.0",
"eslint-config-prettier": "^6.14.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^46.4.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"gulp": "^4.0.2",
"husky": "^8.0.1",
"nodemon": "^3.0.1",
"prettier": "^2.7.1",
"pretty-quick": "^3.1.3",
"release-it": "^16.1.0",
"shx": "^0.3.4",
"ts-loader": "^9.4.2",
"typedoc": "^0.23.28",
"typedoc-default-themes": "^0.12.10",
"typedoc-plugin-pages": "^1.1.0",
"typescript": "^4.9.5",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"atob": "^2.1.2",
"axios": "^1.4.0",
"boxen": "^5.1.1",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.12",
"chrome-launcher": "^0.15.1",
"chrome-version": "^1.0.1",
"dotenv": "^16.0.1",
"esm": "^3.2.25",
"futoin-hkdf": "^1.5.1",
"i": "^0.3.7",
"is-root": "^2.0.0",
"latest-lib": "^0.2.1",
"mime-types": "^2.1.35",
"npm-check-updates": "^16.10.17",
"ora": "^6.1.2",
"os": "^0.1.2",
"puppeteer": "^21.1.0",
"puppeteer-core": "^20.7.3",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"sanitize-filename": "^1.6.3",
"sharp": "^0.30.7",
"spinnies": "^0.5.1",
"unzipper": "^0.10.14",
"ws": "^8.8.0",
"yoo-hoo": "^1.2.0"
}
}