Files
text-mosaic/package.json
T
2026-07-25 16:19:26 +08:00

12 lines
208 B
JSON

{
"name": "text-mosaic",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "bun --hot scripts/dev.ts",
"build": "bun scripts/build.ts",
"test": "bun test"
}
}