2026-02-21 03:10:39 +00:00
|
|
|
{
|
|
|
|
|
"name": "@mcpctl/cli",
|
2026-02-27 17:05:05 +00:00
|
|
|
"version": "0.0.1",
|
2026-02-21 03:10:39 +00:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"bin": {
|
|
|
|
|
"mcpctl": "./dist/index.js"
|
|
|
|
|
},
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc --build",
|
|
|
|
|
"clean": "rimraf dist",
|
|
|
|
|
"dev": "tsx src/index.ts",
|
|
|
|
|
"test": "vitest",
|
|
|
|
|
"test:run": "vitest run"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-02-25 23:56:23 +00:00
|
|
|
"@inkjs/ui": "^2.0.0",
|
2026-02-21 03:46:14 +00:00
|
|
|
"@mcpctl/db": "workspace:*",
|
|
|
|
|
"@mcpctl/shared": "workspace:*",
|
2026-02-21 03:10:39 +00:00
|
|
|
"chalk": "^5.4.0",
|
2026-02-21 03:46:14 +00:00
|
|
|
"commander": "^13.0.0",
|
2026-02-25 23:56:23 +00:00
|
|
|
"ink": "^6.8.0",
|
2026-02-21 03:10:39 +00:00
|
|
|
"inquirer": "^12.0.0",
|
|
|
|
|
"js-yaml": "^4.1.0",
|
2026-02-25 23:56:23 +00:00
|
|
|
"react": "^19.2.4",
|
2026-02-21 03:46:14 +00:00
|
|
|
"zod": "^3.24.0"
|
2026-02-21 04:17:31 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@types/js-yaml": "^4.0.9",
|
2026-02-25 23:56:23 +00:00
|
|
|
"@types/node": "^25.3.0",
|
|
|
|
|
"@types/react": "^19.2.14"
|
2026-02-21 03:10:39 +00:00
|
|
|
}
|
|
|
|
|
}
|