Skip to content

Commit 31d38b0

Browse files
authored
Merge pull request #67 from johnproblems/copilot/create-package-json-file
Add missing metadata fields to package.json
2 parents e8dab43 + 631ea5d commit 31d38b0

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

vscode-extension/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
"displayName": "CCPM - Context-Centric Project Manager",
44
"description": "VSCode extension for Context-Centric Project Management with AI-powered workflow automation",
55
"version": "0.1.0",
6+
"author": "johnproblems (https://github.com/johnproblems)",
7+
"publisher": "formaltask",
8+
"license": "MIT",
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/johnproblems/formaltask.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/johnproblems/formaltask/issues"
15+
},
16+
"homepage": "https://github.com/johnproblems/formaltask#readme",
17+
"keywords": [
18+
"vscode",
19+
"extension",
20+
"project-management",
21+
"ai",
22+
"claude",
23+
"workflow",
24+
"automation",
25+
"task-management"
26+
],
627
"engines": {
728
"vscode": "^1.85.0"
829
},

0 commit comments

Comments
 (0)