-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.74 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "akira",
"version": "0.6.1-0",
"description": "Akira's yet another multipurpose discord bot.",
"author": "LynnuxDev",
"license": "BSD-4-Clause",
"repository": {
"type": "git",
"url": "https://github.com/LynnuxDev/Akira.git"
},
"main": "dist/index.js",
"scripts": {
"lint": "eslint . --fix && git add . && git commit -m 'style: lint'",
"release": "npx commit-and-tag-version",
"build": "tsc",
"start": "NODE_ENV=production tsc && node -r tsconfig-paths/register dist/index.js",
"dev": "NODE_ENV=development ts-node -r tsconfig-paths/register src/index.ts"
},
"dependencies": {
"@tryforge/forge.db": "github:tryforge/forgedb#dev",
"@tryforge/forge.topgg": "github:tryforge/ForgeTopGG#dev",
"axios": "^1.7.9",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"forge.quirks": "github:LynnuxDev/forge.quirks",
"fs": "0.0.1-security",
"js-yaml": "^4.1.0",
"mysql2": "^3.12.0",
"path": "^0.12.7",
"sqlite3": "^5.1.7",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.2"
},
"devDependencies": {
"@tryforge/forgescript": "github:tryforge/forgescript#dev",
"@types/deasync": "^0.1.5",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.10.2",
"@types/pidusage": "^2.0.5",
"@types/uuid": "^10.0.0",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"commit-and-tag-version": "^12.5.0",
"deasync": "^0.1.30",
"eslint": "^9.17.0",
"eslint-define-config": "^2.1.0",
"pidusage": "^3.0.2"
},
"engines": {
"node": ">=22.0.0"
},
"contributors": [
"Brd",
{
"name": ".brd.",
"discord": "392609934744748032"
}
]
}