-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 860 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 860 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
29
30
31
32
33
34
35
36
37
{
"name": "@prillcode/start-work",
"version": "1.2.1",
"description": "Complete Claude Code planning suite: start-work skill for initializing work items + create-plans skill for hierarchical project planning",
"main": "install.js",
"bin": {
"start-work": "install.js"
},
"keywords": [
"claude-code",
"skill",
"planning",
"workflow",
"project-management",
"start-work",
"create-plans"
],
"author": "prillcode",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/prillcode/start-work.git"
},
"bugs": {
"url": "https://github.com/prillcode/start-work/issues"
},
"homepage": "https://github.com/prillcode/start-work#readme",
"engines": {
"node": ">=14.0.0"
},
"files": [
"install.js",
"skills/**/*",
"commands/**/*",
"README.md"
]
}