forked from laxeder/rompot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.74 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
{
"name": "rompot",
"version": "2.0.8",
"description": "Chatbot API em TypeScript",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"example": "ts-node-dev example/index.ts",
"cluster": "ts-node-dev example/cluster.ts",
"telegram": "ts-node-dev example/telegram.ts",
"build": "npm i && npm run clean && tsc",
"clean": "rimraf lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laxeder/rompot.git"
},
"keywords": [],
"author": "Laxeder",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laxeder/rompot/issues"
},
"homepage": "https://github.com/Laxeder/rompot#readme",
"dependencies": {
"@adiwajshing/keyed-db": "0.2.4",
"@hapi/boom": "9.1.3",
"@whiskeysockets/baileys": "6.6.0",
"axios": "1.6.5",
"body-parser": "1.20.2",
"cluster": "0.7.7",
"crypto-digest-sync": "1.0.0",
"express": "4.18.2",
"jimp": "0.16.1",
"link-preview-js": "3.0.0",
"long": "5.2.3",
"music-metadata": "7.12.3",
"node-cache": "5.1.2",
"node-telegram-bot-api": "0.64.0",
"pino": "8.7.0",
"qrcode-terminal": "0.12.0"
},
"files": [
"lib/**/*"
],
"devDependencies": {
"@laxeder/wa-sticker": "4.4.5",
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"@types/node": "18.7.14",
"@types/node-telegram-bot-api": "0.64.1",
"@types/ws": "8.5.3",
"dotenv": "16.3.1",
"jimp": "0.16.1",
"sharp": "0.32.6",
"ts-node-dev": "2.0.0",
"typescript": "4.6.4"
},
"peerDependencies": {
"@laxeder/wa-sticker": "4.4.5",
"sharp": "0.32.6"
},
"peerDependenciesMeta": {
"@laxeder/wa-sticker": {
"optional": true
},
"sharp": {
"optional": true
}
}
}