-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 861 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 861 Bytes
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
{
"name": "kickdcbot",
"main": "index.js",
"homepage": "https://github.com/Gurkankaradag0/kickdcbot#readme",
"author": {
"name": "Gürkan Karadağ",
"email": "gurkan.karadag.1907@gmail.com",
"url": "https://github.com/Gurkankaradag0"
},
"license": "MIT",
"scripts": {
"playwright": "npx playwright install webkit --with-deps",
"dev": "node --watch src/v1/index.js",
"v1": "node src/v1/index.js",
"v2": "node src/v2/index.js"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"crypto": "^1.0.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"mongoose": "^8.5.2",
"playwright": "^1.45.3",
"pusher-js": "^8.4.0-rc2"
}
}