-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 940 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
{
"name": "@node-bambu/discord",
"description": "Discord bot for Bambu Lab printers",
"version": "0.5.1",
"author": {
"name": "Aaron Scherer",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@node-bambu/core": "^0.5.1",
"better-sqlite3": "^8.3.0",
"dayjs": "^1.11.7",
"discord.js": "^14.10.3-dev.1683331730-e627468.0",
"inversify": "^6.0.1",
"pretty-ms": "^8.0.0",
"reflect-metadata": "^0.1.13",
"slash-create": "^5.11.0",
"typeorm": "^0.3.15"
},
"devDependencies": {
"winston": "^3.8.2"
},
"files": [
"src/index.ts",
"src/BambuBot.ts",
"src/Commands/*.ts",
"src/Service/*.ts"
],
"gitHead": "56a05699fcb8b45be23a19554eda1b81fc39f3e9",
"main": "./src/index.ts",
"publishConfig": {
"access": "public"
},
"repository": "aequasi/node-bambu/tree/main/packages/discord",
"type": "module",
"types": "./src/index.d.ts"
}