package.json
{
"name": "deep-search",
"version": "2.0.0",
"description": "Local autonomous deep research for LM Studio with multi-step search, crawl, verification, and synthesis.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "commonjs",
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "npm run build && node --enable-source-maps dist/index.js"
},
"author": "OpenAI",
"license": "UNLICENSED",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.8.3"
}
}