-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 858 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
{
"name": "melvynxbot",
"version": "1.0.0",
"description": "MelvynxBot",
"scripts": {
"dev": "npx nodemon --exec node -r @swc-node/register -r tsconfig-paths/register ./src/client.ts dev",
"start": "node -r @swc-node/register -r tsconfig-paths/register ./src/client.ts",
"dev-ts": "ts-node ./src/client.ts"
},
"dependencies": {
"@types/node": "^20.5.0",
"cron": "^2.3.1",
"dayjs": "^1.11.9",
"discord.js": "^14.12.1",
"dotenv": "^16.3.1",
"redis": "^4.6.7",
"typescript": "^5.1.6"
},
"devDependencies": {
"@swc-node/register": "^1.6.6",
"@swc/core": "^1.3.69",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.47.0",
"nodemon": "^3.0.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0"
}
}