23 lines
437 B
JSON
23 lines
437 B
JSON
{
|
|
"name": "clementine-backend",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "tsx src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "^12.5.0",
|
|
"express": "^5.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/better-sqlite3": "^7.6.13",
|
|
"@types/express": "^5.0.6",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|