2025-06-07 12:37:58 +00:00
|
|
|
{
|
2025-07-09 21:00:49 +00:00
|
|
|
"name": "perplexed",
|
|
|
|
|
"version": "0.0.0.1",
|
|
|
|
|
"description": "A plugin for Obsidian that allows you to generate source-cited content using AI using Perplexity and Perplexica.",
|
2025-06-07 12:37:58 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
|
|
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
|
|
|
},
|
2025-06-07 15:55:24 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"Obsidian",
|
|
|
|
|
"Plugin",
|
2025-07-09 21:00:49 +00:00
|
|
|
"LLM Research",
|
|
|
|
|
"AI-Powered Content Generation",
|
|
|
|
|
"Content Generation",
|
|
|
|
|
"Perplexity",
|
|
|
|
|
"Perplexica",
|
2025-07-06 14:23:37 +00:00
|
|
|
"Footnotes",
|
|
|
|
|
"Citations"
|
2025-06-07 15:55:24 +00:00
|
|
|
],
|
2025-06-07 15:25:25 +00:00
|
|
|
"author": "The Lossless Group",
|
2025-06-07 12:37:58 +00:00
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2025-07-09 20:30:43 +00:00
|
|
|
"@types/node": "^24.0.12",
|
|
|
|
|
"@typescript-eslint/eslint-plugin": "8.36.0",
|
|
|
|
|
"@typescript-eslint/parser": "8.36.0",
|
2025-06-07 15:55:24 +00:00
|
|
|
"builtin-modules": "5.0.0",
|
2025-07-09 20:30:43 +00:00
|
|
|
"esbuild": "0.25.6",
|
|
|
|
|
"eslint": "^9.30.1",
|
2025-06-07 12:37:58 +00:00
|
|
|
"obsidian": "latest",
|
2025-06-07 15:55:24 +00:00
|
|
|
"tslib": "2.8.1",
|
2025-06-07 16:20:42 +00:00
|
|
|
"typescript": "5.8.3"
|
2025-06-07 21:51:01 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-07-09 20:30:43 +00:00
|
|
|
"@modelcontextprotocol/sdk": "^1.15.0",
|
2025-07-19 18:08:45 +00:00
|
|
|
"dotenv": "^17.2.0",
|
2025-07-09 20:30:43 +00:00
|
|
|
"fastify": "^5.4.0",
|
|
|
|
|
"zod": "^4.0.0"
|
2025-06-07 12:37:58 +00:00
|
|
|
}
|
|
|
|
|
}
|