UNPKG

@kya-os/mcp-i-vercel

Version:

Vercel deployment utilities for MCP-I - lightweight wrapper providing build output generation

67 lines (66 loc) 1.69 kB
{ "name": "@kya-os/mcp-i-vercel", "version": "1.0.0-canary.0", "description": "Vercel deployment utilities for MCP-I - lightweight wrapper providing build output generation", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./build": { "import": "./dist/build.js", "types": "./dist/build.d.ts" } }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "vitest --run", "test:coverage": "vitest --run --coverage", "lint": "eslint src/**/*.ts", "type-check": "tsc --noEmit", "prepublishOnly": "npm run build && node ../create-mcpi-app/scripts/validate-dependencies.js" }, "keywords": [ "mcp-i", "mcp", "identity", "did", "vercel", "serverless", "deployment" ], "dependencies": { "@kya-os/mcp-i": "^1.5.9-canary.11", "@kya-os/contracts": "^1.5.3-canary.7" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "@vitest/coverage-v8": "^4.0.5", "eslint": "^8.0.0", "typescript": "^5.3.0", "vitest": "^4.0.5" }, "engines": { "node": ">=20.0.0" }, "author": "MCP-I Team", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/modelcontextprotocol-identity/mcp-i.git" }, "bugs": { "url": "https://github.com/modelcontextprotocol-identity/mcp-i/issues" }, "homepage": "https://github.com/modelcontextprotocol-identity/mcp-i#readme" }