-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 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
{
"name": "blop",
"private": true,
"version": "0.3.0",
"description": "A Discord bot made with discord.js",
"main": "src/main.ts",
"type": "module",
"scripts": {
"start": "tsx .",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "npx prisma generate",
"release": "npx changelogen@latest --release"
},
"author": "Dan Mutombo",
"dependencies": {
"@prisma/client": "6.7.0",
"c12": "^3.0.3",
"common-tags": "^1.8.2",
"consola": "^3.4.2",
"dayjs": "^1.11.13",
"discord.js": "^14.19.3",
"dotenv": "^16.5.0",
"i18next": "^25.0.2",
"i18next-fs-backend": "^2.6.0",
"ofetch": "^1.4.1",
"prisma": "^6.7.0",
"prisma-json-types-generator": "^3.3.1",
"tsx": "^4.19.4"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@stylistic/eslint-plugin-ts": "^4.2.0",
"@types/common-tags": "^1.8.4",
"@types/node": "^22.15.3",
"eslint": "^9.26.0",
"eslint-plugin-import": "^2.31.0",
"typescript": "^6.0.2",
"typescript-eslint": "^8.31.1"
},
"packageManager": "pnpm@9.15.9"
}