-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 856 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
{
"name": "seebot",
"version": "1.0.0",
"description": "",
"main": ".eslintrc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ftest": "nodemon --exec node --loader ts-node/esm/transpile-only src/test/friendTest.ts",
"build": "tsc",
"start": "nodemon --exec node --loader ts-node/esm/transpile-only build/main.js"
},
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/node": "^20.4.2",
"eslint": "^8.45.0",
"prisma": "^5.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"dependencies": {
"@discordx/importer": "^1.2.2",
"@prisma/client": "^5.0.0",
"discord-api-types": "^0.37.49",
"discord.js": "^14.11.0",
"discordx": "^11.7.6",
"dotenv": "^16.3.1",
"redis": "^4.6.7",
"reflect-metadata": "^0.1.13"
}
}