Initial commit
Photo-based book cataloger with AI identification. Room → Cabinet → Shelf → Book hierarchy; FastAPI + SQLite backend; vanilla JS SPA; OpenAI-compatible plugin system for boundary detection, text recognition, and archive search.
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9",
|
||||
"eslint": "^9",
|
||||
"globals": "^16",
|
||||
"prettier": "^3"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint static/js",
|
||||
"lint:fix": "eslint --fix static/js",
|
||||
"fmt": "prettier --write 'static/js/**/*.js'",
|
||||
"fmt:check": "prettier --check 'static/js/**/*.js'",
|
||||
"test": "node --test 'tests/js/**/*.test.js'"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user