-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 770 Bytes
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
{
"name": "bottest5ts",
"version": "1.0.0",
"description": "",
"type": "commonjs",
"main": "/src/index.ts",
"scripts": {
"build": "tsc --build",
"watch": "tsc --watch",
"start": "node ./dist/index.js",
"test": "ts-node ./src/index.ts"
},
"keywords": [],
"author": "TheNochtgamer",
"license": "ISC",
"dependencies": {
"discord.js": "14.11.0",
"dotenv": "16.3.1",
"ts-node": "10.9.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "6.2.0",
"eslint": "8.45.0",
"eslint-config-prettier": "8.9.0",
"eslint-config-standard-with-typescript": "36.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-n": "16.0.1",
"eslint-plugin-promise": "6.1.1",
"typescript": "5.1.6"
}
}