package.jsonโข600 B
{
"name": "@context-pods/create",
"version": "0.2.0",
"description": "npx runner for Context-Pods MCP development suite",
"type": "module",
"bin": {
"create-context-pods": "./bin/create-context-pods.js"
},
"files": [
"bin"
],
"scripts": {
"test": "vitest run",
"test:unit": "vitest run",
"test:watch": "vitest"
},
"keywords": [
"mcp",
"model-context-protocol",
"context-pods",
"npx",
"create"
],
"author": "Conor Luddy",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}