-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 930 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
{
"name": "blop",
"private": true,
"version": "0.2.2",
"description": "A Discord bot made with discord.js",
"main": "src/main.ts",
"type": "module",
"scripts": {
"start": "tsx .",
"start:staging": "pm2 start",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"release": "npx changelogen@latest --release"
},
"author": "Dan Mutombo",
"dependencies": {
"common-tags": "^1.8.2",
"consola": "^3.2.3",
"dayjs": "^1.11.13",
"discord.js": "^14.16.3",
"ofetch": "^1.4.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@types/common-tags": "^1.8.4",
"@types/node": "^20.16.13",
"c12": "^2.0.1",
"dotenv": "^16.4.5",
"eslint": "^9.13.0",
"eslint-plugin-import": "^2.31.0",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0"
},
"packageManager": "[email protected]"
}