This commit is contained in:
Nicholas Keller
2026-06-09 23:48:27 -04:00
commit 6cf48a9a9e
12 changed files with 1256 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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"
}
}