This repository was archived by the owner on May 24, 2023. It is now read-only.
generated from andjsrk/djs-v14-ts-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.25 KB
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
{
"name": "kuabot",
"author": "hswhsw610",
"scripts": {
"start": "cross-env NODE_ENV=production NODE_PATH=./dist node dist/index.js",
"build": "swc ./src -d dist",
"dev": "swc ./src -d dist && concurrently -n W: \"npm:watch-*\"",
"watch-swc": "swc ./src -d dist --watch",
"watch-node": "cross-env NODE_ENV=development NODE_PATH=./dist node dist/index.js"
},
"devDependencies": {
"@swc-node/register": "^1.6.3",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.46",
"@types/node": "^18.15.11",
"@types/node-schedule": "^2.1.0",
"@types/sharp": "^0.31.1",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "^8.37.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"mongodb-memory-server": "^8.12.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^4.9.5"
},
"dependencies": {
"axios": "^1.3.5",
"bufferutil": "^4.0.7",
"discord.js": "^14.9.0",
"discord.js-selfbot-v13": "^2.13.0",
"mongoose": "^6.10.4",
"node-schedule": "^2.1.1",
"utf-8-validate": "^5.0.10"
}
}