wonder-ai-docs
Version:
AI-assisted documentation management for developers, designed to work seamlessly with Cursor
67 lines (66 loc) • 1.47 kB
JSON
{
"name": "wonder-ai-docs",
"version": "1.2.7",
"description": "AI-assisted documentation management for developers, designed to work seamlessly with Cursor",
"main": "wonder-cli.js",
"bin": {
"wonder": "wonder-cli.js"
},
"scripts": {
"start": "node wonder-cli.js",
"test": "jest",
"lint": "eslint .",
"prepublish": "npm run lint && npm test",
"prepare": "npm run prepublish",
"prepublishOnly": "npm run prepublish"
},
"keywords": [
"ai",
"cursor",
"documentation",
"cli",
"development",
"wonder",
"framework",
"llm",
"anthropic",
"claude",
"agentic",
"docs",
"developer-tools"
],
"author": "Matt Wensing <matthew.wensing@gmail.com>",
"license": "BSL-1.1",
"repository": {
"type": "git",
"url": "git+https://github.com/mattwensing/wonder.git"
},
"bugs": {
"url": "https://github.com/mattwensing/wonder/issues"
},
"homepage": "https://github.com/mattwensing/wonder#readme",
"dependencies": {
"@anthropic-ai/sdk": "^0.40.0",
"commander": "^11.1.0",
"inquirer": "^8.2.6"
},
"devDependencies": {
"jest": "^29.7.0",
"eslint": "^8.56.0",
"@types/node": "^20.11.19"
},
"engines": {
"node": ">=14.0.0"
},
"files": [
"wonder-cli.js",
"cli-init-output.md",
"cli-welcome.md",
"demo.md",
"templates/**/*",
"README.md",
"LICENSE",
".cursor/**/*",
"documentation/**/*"
]
}