all repos — stealth-developers @ 3420181c4dcd5388990032bbfd2808fdaec0516d

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
{
	"name": "stealth-developers",
	"private": true,
	"workspaces": [
		"apps/*",
		"pkgs/*"
	],
	"type": "module",
	"module": "index.ts",
	"scripts": {
		"format": "bunx oxfmt format pkgs apps",
		"lint": "bunx oxlint link pkgs apps",
		"lint:fix": "bunx oxlint fix pkgs apps"
	},
	"dependencies": {
		"@purrkit/router": "^1.2.0",
		"discord-api-types": "^0.38.48",
		"discord.js": "^14.26.4"
	},
	"devDependencies": {
		"@types/bun": "latest",
		"oxfmt": "^0.51.0",
		"oxlint": "^1.68.0"
	},
	"peerDependencies": {
		"typescript": "^5.9.3"
	}
}