-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.65 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
{
"name": "brainbot",
"version": "1.0.0",
"description": "brainbot",
"keywords": [
"discordx",
"discord.ts",
"discord.js",
"brainbot",
"discord",
"typescript"
],
"bugs": {
"url": "https://github.com/EveripediaNetwork/brainbot/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:EveripediaNetwork/brainbot.git"
},
"license": "MIT",
"type": "module",
"main": "build/main.js",
"scripts": {
"build": "rimraf ./build && tsc",
"build:changelog": "npx @discordx/changelog --root=src",
"dev": "node --trace-warnings --loader ts-node/esm/transpile-only src/main.ts",
"start": "nodemon --exec node --loader ts-node/esm/transpile-only src/main.ts",
"serve": "node build/main.js"
},
"dependencies": {
"@discordx/di": "^3.3.2",
"@discordx/importer": "^1.3.1",
"@discordx/pagination": "^3.5.4",
"@discordx/utilities": "^7.0.1",
"axios": "^1.7.2",
"discord-api-types": "^0.37.93",
"discord.js": "^14.15.3",
"discordx": "^11.12.0",
"ethers": "^5.6.9",
"graphql": "^16.9.0",
"graphql-request": "^7.1.0",
"node-cache": "^5.1.2",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"tslib": "^2.6.3",
"tsyringe": "^4.8.0",
"twitter-api-v2": "^1.17.2"
},
"devDependencies": {
"@types/node": "^16.18.104",
"@types/node-schedule": "^2.1.7",
"dotenv": "^16.4.5",
"nodemon": "^3.1.4",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20.16.0",
"npm": ">=10.7.0"
}
}