@muppet-kit/shared
Version:
Shared utilities and types for Muppet Kit.
72 lines • 1.52 kB
JSON
{
"name": "@muppet-kit/shared",
"description": "Shared utilities and types for Muppet Kit.",
"version": "0.1.12",
"license": "MIT",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"type": "module",
"files": [
"dist"
],
"keywords": [
"mcp",
"kit",
"tools",
"server",
"inspector",
"proxy",
"shared"
],
"homepage": "https://github.com/muppet-dev/kit",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muppet-dev/kit.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/muppet-dev/kit/issues"
},
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
}
},
"./actions": {
"import": {
"types": "./dist/actions/index.d.ts",
"default": "./dist/actions/index.js"
},
"require": {
"types": "./dist/actions/index.d.cts",
"default": "./dist/actions/index.cjs"
}
}
},
"dependencies": {
"@hono/node-server": "^1.14.1",
"ansis": "^4.1.0",
"c12": "^3.0.3",
"hono": "^4.7.9",
"open": "^10.1.2",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^22.15.17",
"ai": "^4.3.15",
"pino": "^9.7.0",
"pkgroll": "^2.12.2"
},
"scripts": {
"build": "pkgroll --minify"
}
}