-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 914 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
{
"name": "homeassistant-discord-bot",
"version": "1.6.0",
"description": "Home Assistant Discord.js Integration on Docker",
"author": "kariudo",
"repository": {
"type": "git",
"url": "https://github.com/kariudo/homeassistant-discord-bot"
},
"main": "server.js",
"scripts": {
"lint": "bunx @biomejs/biome check --apply ./src",
"clean": "rimraf ./dist",
"build": "bun clean && bun build ./src/index.ts --outdir ./dist --target bun",
"start": "bun run ./dist/index.js",
"dev": "bun run src/index.ts"
},
"dependencies": {
"discord.js": "^14.14.1",
"dotenv-defaults": "^5.0.2",
"mqtt": "^5.3.5"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/dotenv-defaults": "^2.0.4",
"@types/node": "^20.11.10",
"events": "^3.3.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
}
}