Files
spark/package.json
2026-06-09 23:48:27 -04:00

14 lines
280 B
JSON

{
"name": "spark-slop",
"version": "1.0.0",
"description": "Store project ideas with timestamped notes",
"type": "module",
"scripts": {
"dev": "bun --watch src/server.ts",
"start": "bun src/server.ts"
},
"devDependencies": {
"bun-types": "^1.3.14"
}
}