-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "sea-disc",
"version": "1.0.0",
"description": "A discord bot that listen for Opensea stream events and DM the user",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon ./src/index.ts"
},
"keywords": [
"discord.js",
"bot",
"discord.js",
"typescript",
"opensea",
"blockchain",
"nft",
"discord bot",
"websocket"
],
"author": {
"name": "Prantadas",
"url": "https://github.com/Prantadas"
},
"repository": {
"type": "git",
"url": "https://github.com/PrantaDas/SeaDisc"
},
"license": "ISC",
"devDependencies": {
"@types/node": "^20.10.6",
"eslint": "^8.56.0",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@opensea/stream-js": "^0.1.3",
"@types/ws": "^8.5.10",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"ws": "^8.16.0",
"rotating-file-stream": "^3.1.1",
"tslog": "^4.9.2"
}
}