-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 980 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
33
34
35
36
37
38
{
"name": "wise-man-bot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "commonjs",
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"register": "tsx src/commands.ts",
"dev": "nodemon - exec 'tsx' src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.20.2",
"discord-interactions": "^3.4.0",
"discord.js": "^11.6.4",
"dotenv": "^8.6.0",
"express": "^4.18.2",
"node-fetch": "^3.3.0",
"nodemon": "^3.0.2"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}