{
  "name": "relmio",
  "version": "0.7.0",
  "description": "Install private local OpenAI API and Codex endpoints with explicit provider credential boundaries, plus the existing isolated n8n sidecar.",
  "keywords": [
    "relmio",
    "gpt-5-6-sol",
    "gpt-5-6-terra",
    "gpt-5-6-luna",
    "gpt-2-0-image",
    "n8n",
    "ai-agent",
    "api-key",
    "ai",
    "chatgpt",
    "codex",
    "openai"
  ],
  "type": "module",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Demonbane18/relmio.git"
  },
  "bugs": {
    "url": "https://github.com/Demonbane18/relmio/issues"
  },
  "homepage": "https://relmio.vercel.app/",
  "engines": {
    "node": ">=22"
  },
  "packageManager": "npm@10.9.8",
  "bin": {
    "relmio": "src/cli.js",
    "planrelay": "src/cli.js",
    "n8n-openai-oauth-setup": "src/cli.js"
  },
  "files": [
    "src",
    "scripts/build-npm-package.js",
    "scripts/check-release-metadata.js",
    "scripts/check-syntax.js",
    "scripts/preview.js",
    "docs",
    "README.md",
    "SPEC.md",
    "CHANGELOG.md",
    "LICENSE",
    "NOTICE"
  ],
  "scripts": {
    "start": "node src/cli.js",
    "preview": "node scripts/preview.js",
    "package:build": "node scripts/build-npm-package.js",
    "test": "node --test test/*.test.js",
    "lint": "node scripts/check-syntax.js",
    "release:check": "node scripts/check-release-metadata.js",
    "check": "npm run lint && npm run release:check && npm test"
  },
  "dependencies": {
    "ssh2": "1.17.0"
  }
}
