{ "name": "logseq-todo-everywhere", "version": "1.0.0", "description": "Sync tasks from external sources (PPDB, Gitea) to Logseq", "main": "dist/index.js", "scripts": { "dev": "npx vite build --watch", "build": "npx vite build" }, "keywords": [ "logseq", "plugin", "todo", "tasks", "gitea", "sync" ], "author": "xpamych", "license": "MIT", "logseq": { "id": "logseq-todo-everywhere", "title": "TODO Everywhere", "icon": "./icon.svg" }, "devDependencies": { "@logseq/libs": "^0.2.11", "typescript": "^5.3.3", "vite": "^7.3.1", "vite-plugin-logseq": "^1.1.2" } }