14 lines
280 B
JSON
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"
|
|
}
|
|
}
|