{ "name": "@ura-dev/changelogai", "version": "1.1.3", "description": "AI-powered changelog generator from git history", "main": "index.js", "bin": { "changelogai": "bin/cli.js", "changelogai-mcp": "bin/mcp-server.js" }, "scripts": { "test": "node test.js" }, "keywords": [ "changelog", "changelog-generator", "git", "ai", "release-notes", "release", "conventional-commits", "automation", "semver", "version-bump", "claude", "devtools", "mcp", "mcp-server", "model-context-protocol" ], "author": "ura (https://github.com/ura-dev)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ura-tools/changelogai.git" }, "homepage": "https://github.com/ura-tools/changelogai#readme", "bugs": { "url": "https://github.com/ura-tools/changelogai/issues" }, "engines": { "node": ">=18.0.0" }, "mcpName": "io.github.ura-tools/changelogai" }