package.json
{
"name": "perplexity-search",
"version": "0.0.0",
"description": "Perplexity web search plugin for LM Studio",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "tsc && node --enable-source-maps dist/index.js",
"build": "tsc"
},
"author": "ekke",
"license": "UNLICENSED",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"zod": "^3.0.0"
},
"devDependencies": {
"@types/node": "^22.13.1",
"typescript": "^5.7.2"
}
}