Project Files
package.json
{
"name": "draw-things-index",
"version": "0.1.12 (Revision 12)",
"description": "Draw Things Generation Index - Search through your Draw Things generation history",
"main": "index.js",
"scripts": {
"dev": "lms dev",
"build": "node build.mjs",
"push": "lms push"
},
"author": "ceveyne",
"license": "MIT",
"dependencies": {
"@lmstudio/sdk": "1.5.0",
"flatbuffers": "^25.9.23",
"glob": "^13.0.0",
"sql.js": "^1.13.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/sql.js": "^1.4.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}