-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.22 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
{
"name": "MagicBot",
"version": "1.0.0",
"main": "lib/index.js",
"license": "MIT",
"scripts": {
"dev": "NODE_ENV=development yarn ts-node-dev --respawn --transpile-only --rs ./src/index.ts",
"build": "rm -rf ./lib/ && yarn tsc --build",
"start": "NODE_ENV=production node lib/index.js",
"start:dev": "NODE_ENV=development ts-node src/index.ts"
},
"dependencies": {
"@adiwajshing/baileys": "https://github.com/WhiskeySockets/Baileys.git",
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"anime-image-search": "https://github.com/EmersonDoAmaral/anime-image-search.git",
"axios": "^0.27.2",
"dotenv": "^16.0.0",
"emoji-regex": "^10.1.0",
"express": "^4.18.1",
"http": "^0.0.1-security",
"jimp": "^0.16.1",
"link-preview-js": "^3.0.0",
"mongodb": "^4.8.0",
"pino": "^7.10.0",
"pino-pretty": "^7.6.1",
"qrcode": "^1.5.3",
"qrcode-terminal": "^0.12.0",
"socket.io": "^4.5.1",
"tiktok-scraper": "^1.4.36"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"ts-node": "^10.9.1",
"ts-node-dev": "^1.1.8",
"tsc": "^2.0.4",
"typescript": "^4.6.3"
},
"packageManager": "[email protected]"
}