-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.56 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.56 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "axobot-api",
"version": "1.6.1",
"description": "A TypeScript API for the Axobot Discord bot",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts",
"dev": "npx nodemon",
"build": "tsc",
"start": "npm run build && node build/index.js",
"prepare": "ts-patch install && typia patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZRunner/Axobot-API-V2.git"
},
"author": "ZRunner",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ZRunner/Axobot-API-V2/issues"
},
"homepage": "https://github.com/ZRunner/Axobot-API-V2#readme",
"devDependencies": {
"@types/compression": "^1.7.5",
"@types/cors": "^2.8.13",
"@types/express": "^5.0.0",
"@types/json-bigint": "^1.0.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.4",
"@types/node": "^20.4.8",
"eslint": "^8.57.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"nodemon": "^3.1.0",
"ts-node": "^10.9.2",
"ts-patch": "^3.3.0",
"typescript": "~5.7.3"
},
"dependencies": {
"cache-manager": "^5.4.0",
"compression": "^1.8.1",
"console-stamp": "^3.1.1",
"cors": "^2.8.5",
"discord.js": "^14.21.0",
"dotenv": "^16.3.1",
"express": "^5.2.1",
"express-rate-limit": "^7.4.0",
"json-bigint": "^1.0.0",
"jsonwebtoken": "^9.0.1",
"mariadb": "^3.2.0",
"morgan": "^1.10.1",
"rss-parser": "github:ZRunner/rss-parser",
"typescript-eslint": "^7.1.1",
"typia": "^7.0.0"
}
}