idea-manager 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "idea-manager",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Turn free-form brainstorming into structured task trees with AI-generated prompts. Built-in MCP Server for autonomous AI agent execution. Local-first with SQLite, cross-PC sync via Git.",
5
5
  "keywords": [
6
6
  "brainstorm",
@@ -57,16 +57,16 @@
57
57
  "react-markdown": "^10.1.0",
58
58
  "remark-gfm": "^4.0.1",
59
59
  "sql.js": "^1.14.1",
60
- "tsx": "^4.21.0"
61
- },
62
- "devDependencies": {
60
+ "tsx": "^4.21.0",
63
61
  "@tailwindcss/postcss": "^4",
64
62
  "@types/node": "^20",
65
63
  "@types/react": "^19",
66
64
  "@types/react-dom": "^19",
67
- "eslint": "^9",
68
- "eslint-config-next": "16.1.6",
69
65
  "tailwindcss": "^4",
70
66
  "typescript": "^5"
67
+ },
68
+ "devDependencies": {
69
+ "eslint": "^9",
70
+ "eslint-config-next": "16.1.6"
71
71
  }
72
72
  }