Files
rubber-duck-mcp/package.json
T
2026-05-11 17:22:55 +05:00

33 lines
705 B
JSON

{
"name": "rubber-duck",
"version": "0.0.1",
"description": "Best debug tool - rubber duck",
"keywords": [
"rubber",
"duck",
"debug",
"tool",
"fun"
],
"homepage": "https://github.com/Ku6epXBOCTuK/rubber-duck#readme",
"bugs": {
"url": "https://github.com/Ku6epXBOCTuK/rubber-duck/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ku6epXBOCTuK/rubber-duck.git"
},
"license": "MIT",
"author": "Ku6epXBOCTuK",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "vite",
"refs": "npx serve refs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"vite": "^8.0.11"
}
}