mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 10:45:57 +00:00
- Add @super-productivity/plugin-api package with TypeScript definitions - Define core plugin interfaces, types, and manifest structure - Add plugin hooks system for event-driven architecture - Create plugin API type definitions and constants - Add documentation and development guidelines
8 lines
213 B
JSON
8 lines
213 B
JSON
{
|
|
"name": "yesterday-tasks-plugin",
|
|
"version": "1.0.0",
|
|
"description": "Plugin that shows tasks from yesterday for today's work",
|
|
"scripts": {
|
|
"build": "echo 'No build needed for simple plugin'"
|
|
}
|
|
}
|