12 lines
208 B
JSON
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"
|
|
}
|
|
}
|