ci/woodpecker/manual/woodpecker Pipeline was successful
Adapted from tools_build/phaser-tools for the Vite + TypeScript setup: the web bundle comes from npm ci + npm run build instead of source concatenation, otherwise the standard ci-version/ci-export/ci-upload/ ci-update flow applies (platform=phaser). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "trickster-tiles",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"phaser": "^3.80.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.4.0",
|
|
"vite": "^5.2.0"
|
|
}
|
|
}
|