-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "whatsappgrouptodiscord",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "npx ts-node-dev Source/Main.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpiderMath/WhatsAppGroupToDiscord.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SpiderMath/WhatsAppGroupToDiscord/issues"
},
"homepage": "https://github.com/SpiderMath/WhatsAppGroupToDiscord#readme",
"dependencies": {
"canvas": "^2.9.3",
"dotenv": "^16.0.1",
"eris": "github:DonovanDMC/eris#interactions-rewrite",
"qrcode-terminal": "^0.12.0",
"whatsapp-web.js": "^1.17.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/qrcode-terminal": "^0.12.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.17.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.3"
}
}