codio 0.1.1

Production-ready commit message generator using local Ollama LLM
Documentation
{
  "name": "codio-cli",
  "version": "0.1.0",
  "description": "Conventional commit generator powered by local Ollama",
  "license": "MIT",
  "type": "commonjs",
  "bin": {
    "codio": "bin/codio.js"
  },
  "files": [
    "bin",
    "scripts",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node ./scripts/install.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/REPLACE_ME/REPLACE_ME.git",
    "directory": "apps/codio/npm"
  },
  "keywords": [
    "git",
    "commit",
    "cli",
    "ollama",
    "conventional-commits"
  ],
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "tar": "^7.4.3"
  }
}