create-muppet
Version:
Create a Muppet application from starter templates.
43 lines • 902 B
JSON
{
"name": "create-muppet",
"description": "Create a Muppet application from starter templates.",
"version": "0.1.3",
"license": "MIT",
"bin": "./bin",
"files": [
"bin"
],
"keywords": [
"mcps",
"mcp",
"create",
"muppet",
"template"
],
"homepage": "https://github.com/muppet-dev/muppet",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muppet-dev/muppet.git",
"directory": "packages/create-muppet"
},
"bugs": {
"url": "https://github.com/muppet-dev/muppet/issues"
},
"devDependencies": {
"@clack/prompts": "^0.10.0",
"@types/node": "^22.13.15",
"chalk": "^5.4.1",
"commander": "^13.1.0",
"esbuild": "^0.25.2",
"execa": "^9.5.2",
"giget": "1.2.3",
"tsx": "^4.19.3"
},
"scripts": {
"bin": "./bin",
"build": "tsx ./build.ts"
}
}