-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 927 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
{
"name": "@sapphire/bun-template",
"version": "1.0.0",
"description": "An example of how to setup a Sapphire project with bun",
"private": true,
"main": "src/main.ts",
"type": "module",
"scripts": {
"lint": "eslint --fix --ext ts src",
"format": "prettier --write .",
"start": "bun run ."
},
"dependencies": {
"@sapphire/decorators": "^6.1.0",
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/framework": "^5.2.1",
"@sapphire/plugin-logger": "^4.0.2",
"@skyra/env-utilities": "^1.3.0",
"@skyra/start-banner": "^2.0.1",
"colorette": "^2.0.20",
"discord.js": "^14.15.3",
"eslint": "^8.57.0",
"figlet": "^1.7.0",
"gradient-string": "^2.0.2"
},
"devDependencies": {
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.16.1",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
}
}