Skip to content

Commit d998693

Browse files
facundofariasclaude
andcommitted
chore: Prepare package.json for npm publication
Add required metadata for npm package publication: - Add author: DeployHQ Team <[email protected]> - Add repository URL - Add homepage and bugs URLs - Add files array to control npm package contents Package now includes only: dist/, docs/, README.md, LICENSE Ready for automated npm publishing via CI/CD 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 62c330e commit d998693

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,22 @@
2929
"api",
3030
"model-context-protocol"
3131
],
32-
"author": "",
32+
"author": "DeployHQ Team <[email protected]>",
3333
"license": "MIT",
34+
"repository": {
35+
"type": "git",
36+
"url": "git+https://github.com/deployhq/deployhq-mcp-server.git"
37+
},
38+
"homepage": "https://github.com/deployhq/deployhq-mcp-server#readme",
39+
"bugs": {
40+
"url": "https://github.com/deployhq/deployhq-mcp-server/issues"
41+
},
42+
"files": [
43+
"dist",
44+
"docs",
45+
"README.md",
46+
"LICENSE"
47+
],
3448
"dependencies": {
3549
"@modelcontextprotocol/sdk": "^1.0.4",
3650
"dotenv": "^16.4.5",

0 commit comments

Comments
 (0)