Files

12 lines
233 B
JSON

{
"name": "dungeon-crawl",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run dev.ts",
"build": "bun run build.ts",
"start": "bun run build && echo 'open dist/index.html'"
}
}