-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 956 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
{
"name": "@sparkbot/core",
"version": "0.4.0",
"description": "A lightning-fast Discord bot framework with advanced features designed to make development effortless.",
"author": "Brian Lister <[email protected] (http://sparkforge.dev/)",
"license": "MIT",
"type": "module",
"scripts": {
"lint": "prettier . --write --log-level warn; xo; markdownlint-cli2 '**/*.md' '#node_modules'; tsc --noEmit --skipLibCheck"
},
"dependencies": {
"@hypercliq/shutdown-cleanup": "^6.0.4",
"@sparkbot/plugin-logger": "^0.4.0",
"@sparkbot/plugin-secrets": "^0.1.0",
"cron": "^3.1.7",
"discord.js": "^14.16.2",
"luxon": "^3.5.0",
"valibot": "^0.42.0"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@types/bun": "^1.1.9",
"markdownlint-cli2": "^0.14.0",
"prettier": "^3.3.3",
"type-coverage": "^2.29.1",
"xo": "^0.59.3"
},
"peerDependencies": {
"typescript": "^5.6.2"
}
}