2026-05-09 11:33:15 -05:00
|
|
|
{
|
|
|
|
|
"name": "halfstreet",
|
|
|
|
|
"type": "module",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
|
"engines": {
|
|
|
|
|
"node": ">=22.12.0"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "astro dev",
|
|
|
|
|
"build": "astro check && astro build",
|
|
|
|
|
"preview": "astro preview",
|
|
|
|
|
"astro": "astro",
|
|
|
|
|
"test": "vitest run",
|
|
|
|
|
"test:watch": "vitest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"astro": "^6.1.9",
|
|
|
|
|
"yaml": "^2.8.4",
|
|
|
|
|
"zod": "^4.4.3"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@astrojs/check": "^0.9.8",
|
|
|
|
|
"@types/node": "^25.6.0",
|
|
|
|
|
"typescript": "^5.9.3",
|
2026-05-09 11:56:38 -05:00
|
|
|
"vitest": "^4.1.5",
|
|
|
|
|
"wrangler": "^4.85.0"
|
2026-05-09 11:33:15 -05:00
|
|
|
}
|
|
|
|
|
}
|