Login
4 branches 0 tags
Ben (Desktop/Arch) Add commit count e9959d5 1 month ago 81 Commits
rubhub / package.json
{
	"name": "jam2nite",
	"version": "1.0.0",
	"module": "frontend/app/app.tsx",
	"scripts": {
		"build": "bun run scripts/build.ts",
		"check": "bun run scripts/check.ts",
		"dev": "NODE_ENV=development bun run --watch scripts/dev.ts",
		"format": "bunx @biomejs/biome check --write",
		"format:unsafe": "bunx @biomejs/biome check --write --unsafe",
		"prepare": "husky",
		"test": "echo \"No tests defined yet\""
	},
	"husky": {
		"hooks": {
			"pre-commit": "bun run format"
		}
	},
	"dependencies": {
		"uuid": "^13.0.0",
		"lit": "^3.3.1",
		"zod": "^4.1.12"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.3.7",
		"@types/uuid": "^11.0.0",
		"bun-types": "1.3.3",
		"husky": "^9.1.7",
		"typescript": "^5.9.3"
	}
}