UNPKG

neandoc

Version:

AI-powered CLI tool for automatic code documentation. Primal Code. Modern Docs.

57 lines (56 loc) 1.24 kB
{ "name": "neandoc", "version": "1.1.0", "description": "AI-powered CLI tool for automatic code documentation. Primal Code. Modern Docs.", "main": "lib/index.js", "bin": { "neandoc": "bin/cli.js" }, "scripts": { "start": "node bin/cli.js", "test": "jest", "lint": "eslint .", "dev": "node bin/cli.js", "prepublishOnly": "npm test && npm run lint" }, "keywords": [ "documentation", "ai", "cli", "code-comments", "readme", "mcp", "claude", "openai", "watch-mode", "auto-documentation", "intelligent-docs", "dual-level-comments" ], "author": "iamthamanic", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/iamthamanic/neandoc.git" }, "bugs": { "url": "https://github.com/iamthamanic/neandoc/issues" }, "homepage": "https://github.com/iamthamanic/neandoc#readme", "dependencies": { "@types/node": "^20.10.0", "chalk": "^4.1.2", "chokidar": "^3.5.3", "commander": "^11.1.0", "fs-extra": "^11.2.0", "glob": "^10.3.10" }, "devDependencies": { "eslint": "^8.56.0", "jest": "^29.7.0", "raggadon": "^1.0.0" }, "engines": { "node": ">=16.0.0" } }