Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.

Commit 5c66233

Browse files
committed
make it ready for publishing
1 parent ab707f6 commit 5c66233

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

packages/create-mcp-use-app/package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
"version": "0.1.0",
44
"type": "module",
55
"description": "Create MCP-Use apps with one command",
6+
"author": "mcp-use, Inc.",
7+
"license": "MIT",
8+
"homepage": "https://github.com/mcp-use/mcp-use-ts#readme",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/mcp-use/mcp-use-ts.git",
12+
"directory": "packages/create-mcp-use-app"
13+
},
14+
"bugs": {
15+
"url": "https://github.com/mcp-use/mcp-use-ts/issues"
16+
},
17+
"keywords": [
18+
"mcp",
19+
"model-context-protocol",
20+
"create",
21+
"scaffold",
22+
"cli",
23+
"init",
24+
"starter",
25+
"template",
26+
"typescript",
27+
"react"
28+
],
629
"bin": {
730
"create-mcp-use-app": "./dist/index.js"
831
},
@@ -18,6 +41,9 @@
1841
"dist",
1942
"README.md"
2043
],
44+
"engines": {
45+
"node": ">=18.0.0"
46+
},
2147
"dependencies": {
2248
"commander": "^11.0.0",
2349
"prompts": "^2.4.2",

0 commit comments

Comments
 (0)