-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 863 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 863 Bytes
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
{
"name": "alfredbotler",
"version": "1.0.0",
"description": "Custom bot for the Construct Community Discord Server",
"private": true,
"main": "dist/app.js",
"scripts": {
"start": "tsx ./index.ts",
"dev": "tsx watch ./index.ts",
"build": "cross-env NODE_ENV=production tsc",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"knip": "knip"
},
"author": "Armaldio",
"license": "MIT",
"homepage": "https://alfred.armaldio.xyz",
"dependencies": {
"cheerio": "^1.1.2",
"cross-env": "^10.1.0",
"dayjs": "^1.11.19",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"firebase": "^12.8.0"
},
"devDependencies": {
"@types/node": "^25.0.9",
"eslint": "^9.39.2",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.32.0",
"knip": "^5.82.1",
"prettier": "^3.8.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}