-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 981 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
38
39
40
41
{
"name": "linkbot",
"version": "1.0.0",
"description": "A simple Discord bot written in javascript",
"exports": "./index.js",
"type": "module",
"dependencies": {
"@types/node": "^22.9.1",
"@types/node-cron": "^3.0.11",
"chrono-node": "^2.7.7",
"date-fns": "^4.1.0",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"firebase": "^11.0.2",
"node-cron": "^3.0.3",
"normalize-url": "^8.0.1",
"typescript": "^5.6.3"
},
"devDependencies": {
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3"
},
"scripts": {
"start": "npm run build && node build",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iernie/linkbot.git"
},
"author": "iernie",
"license": "MIT",
"bugs": {
"url": "https://github.com/iernie/linkbot/issues"
},
"homepage": "https://github.com/iernie/linkbot#readme",
"engines": {
"node": ">= 20.0.0"
}
}