🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
449 B
JSON
19 lines
449 B
JSON
{
|
|
"name": "bct-docs",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"description": "Documentation for Black Canyon Tickets",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"keywords": ["documentation", "tickets", "events"],
|
|
"author": "Black Canyon Tickets",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.34.4",
|
|
"astro": "^5.11.0"
|
|
}
|
|
} |