-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.6 KB
/
package.json
File metadata and controls
141 lines (141 loc) · 4.6 KB
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
{
"name": "venom-bot",
"version": "6.10.0",
"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.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/esm/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/cjs/index.d.ts",
"default": "./dist/index.cjs"
}
},
"./package.json": "./package.json"
},
"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:cjs": "tsc -p tsconfig.cjs.json",
"build:venom:esm": "tsc -p tsconfig.esm.json",
"build:ts": "npm run build:venom:cjs && npm run build:venom:esm",
"build:venom": "npm run build:ts && npm run build:wrapper && npm run copy:vendor",
"build:wrapper": "node scripts/create-wrappers.js",
"copy:vendor": "shx cp -r vendor dist/",
"build:wapi": "cd src/lib/wapi/ && webpack",
"build:libs": "npm run build:wapi && npm run build:middleware && npm run build:counter",
"build": "npm run build:libs && npm run build:venom",
"build:test": "npm run build && 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",
"clean:cache": "shx rm -rf node_modules/.cache",
"clean:all": "npm run clean && npm run clean:cache",
"fix:imports": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\" && npm run lint:fix",
"generate-api-docs": "typedoc",
"lint:js": "npx eslint -c eslint.config.js --ext .js src",
"lint:ts": "npx eslint -c eslint.config.js --ext .ts src",
"lint": "npm run lint:ts && npm run lint:js",
"lint:fix": "npx eslint src --fix",
"release": "release-it",
"start": "npm run build:venom & tsc app.ts && node app.js",
"test": "node ./test/index.js",
"test:cjs": "node ./test/test-cjs.js",
"test:app": "node ./app.js",
"test:unit": "vitest run",
"test:unit:watch": "vitest",
"test:coverage": "vitest run --coverage",
"watch": "concurrently \"tsc -w\" \"nodemon dist/index.js\"",
"knip": "knip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/venomlib/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": {
"@vitest/coverage-v8": "^4.0.0",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@types/mime-types": "^3.0.0",
"@types/node": "^24.0.0",
"@types/qrcode": "^1.5.1",
"@types/qrcode-terminal": "^0.12.2",
"@types/unzipper": "^0.10.9",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^9.0.0",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.35.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-prettier": "^5.0.0",
"globals": "^17.0.0",
"gulp": "^5.0.0",
"knip": "^5.63.1",
"nodemon": "^3.0.1",
"prettier": "^3.0.0",
"release-it": "^19.0.0",
"shx": "^0.4.0",
"typedoc": "^0.28.0",
"typescript": "^5.9.2",
"typescript-eslint": "^8.43.0",
"vitest": "^4.0.0",
"webpack": "^5.89.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"axios": "^1.4.0",
"cheerio": "^1.0.0-rc.12",
"chrome-launcher": "1.2.1",
"chrome-version": "^1.0.1",
"fluent-ffmpeg": "^2.1.3",
"futoin-hkdf": "^1.5.3",
"mime-types": "^3.0.0",
"puppeteer": "^24.0.0",
"puppeteer-core": "^24.0.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"qrcode": "^1.5.1",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.34.0",
"ts-loader": "^9.5.4",
"unzipper": "^0.12.0",
"yoo-hoo": "^1.2.0"
}
}