package.json
{
"name": "draw-things-index",
"version": "0.1.23 (Revision 23)",
"description": "Draw Things Generation Index - Search through your Draw Things generation history",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"build": "node build.mjs",
"push": "lms push",
"sync-core": "node scripts/sync-core.mjs",
"test:image-index-result-filter": "NODE_OPTIONS=--disable-warning=DEP0205 tsx scripts/test-image-index-result-filter.mts",
"test:project-snapshot-readonly": "NODE_OPTIONS=--disable-warning=DEP0205 tsx scripts/test-project-snapshot-readonly.mts",
"typecheck": "tsc --noEmit"
},
"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": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.4.8",
"@swc/helpers": "^0.5.17",
"@types/node": "^20.14.8",
"@types/sql.js": "^1.4.9",
"rollup": "^4.34.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}
package.json
{
"name": "draw-things-index",
"version": "0.1.23 (Revision 23)",
"description": "Draw Things Generation Index - Search through your Draw Things generation history",
"main": "dist/index.js",
"scripts": {
"dev": "lms dev",
"build": "node build.mjs",
"push": "lms push",
"sync-core": "node scripts/sync-core.mjs",
"test:image-index-result-filter": "NODE_OPTIONS=--disable-warning=DEP0205 tsx scripts/test-image-index-result-filter.mts",
"test:project-snapshot-readonly": "NODE_OPTIONS=--disable-warning=DEP0205 tsx scripts/test-project-snapshot-readonly.mts",
"typecheck": "tsc --noEmit"
},
"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": {
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.1",
"@swc/cli": "^0.7.8",
"@swc/core": "^1.4.8",
"@swc/helpers": "^0.5.17",
"@types/node": "^20.14.8",
"@types/sql.js": "^1.4.9",
"rollup": "^4.34.9",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}