-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "task-management-plugin",
"version": "1.1.0",
"description": "A Claude Code plugin that adds task management via `TASKS.md` files and a real-time kanban dashboard.",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint server/server.js server/assets/dashboard.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wbopan/cotask.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wbopan/cotask/issues"
},
"homepage": "https://github.com/wbopan/cotask#readme",
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.3"
}
}