all repos — stealth-developers @ 837b1ab337220d1cdaeacd59eb4b730ef8c92472

package.json (view raw)

 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": "template",
	"module": "src/index.ts",
	"type": "module",
	"license": "AGPL-3.0-only",
	"author": {
		"name": "willow",
		"email": "hai@wlo.moe",
		"url": "https://wlo.moe."
	},
	"scripts": {
		"start": "bun run src/index.ts",
		"dev": "bun run src/index.ts --watch",
		"fmt": "bunx biome format --write src/",
		"lint": "bunx biome lint src/",
		"check": "bunx biome check src/"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4",
		"@types/bun": "latest",
		"@types/mongoose": "^5.11.97"
	},
	"peerDependencies": {
		"typescript": "^5.0.0"
	},
	"dependencies": {
		"discord.js": "^14.19.3",
		"mongodb": "^6.16.0",
		"mongoose": "^8.15.0",
		"zod": "^3.24.4"
	}
}