-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "multibotv2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev --respawn --transpile-only ./index.ts",
"start": "tsc && node ./index.js",
"pm2": "tsc && pm2 start pm2.config.js && pm2 save"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JoseHM8A/multibotv2.git"
},
"keywords": [
"multibot"
],
"author": "Darker? аутист",
"license": "ISC",
"bugs": {
"url": "https://github.com/JoseHM8A/multibotv2/issues"
},
"homepage": "https://github.com/JoseHM8A/multibotv2#readme",
"devDependencies": {
"@adiwajshing/baileys": "github:adiwajshing/baileys",
"@types/mysql": "^2.15.21",
"@types/request": "^2.48.8",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"mysql": "^2.18.1",
"qrcode-terminal": "^0.12.0"
},
"dependencies": {
"@types/sqlite3": "^3.1.8",
"child_process": "^1.0.2",
"request": "^2.88.2",
"sqlite": "^4.1.2",
"sqlite3": "^5.0.11"
}
}