{
  "name": "ryo-framework",
  "version": "3.0.0",
  "description": "Build production-ready software with AI using real engineering principles.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "ryo": "dist/index.js"
  },
  "files": [
    "dist/",
    "official-skills/",
    "registry/",
    "templates/",
    ".opencode/",
    "opencode.json",
    "scripts/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "package.json"
  ],
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "build": "tsc",
    "test": "vitest --run --maxWorkers=1",
    "coverage": "vitest run --coverage",
    "lint": "eslint .",
    "format": "prettier --write .",
    "postinstall": "node scripts/install-opencode-agents.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/baguskara1/ryo-engineering-framework.git"
  },
  "keywords": [
    "ryo",
    "engineering",
    "framework",
    "ai",
    "cli",
    "skills",
    "templates"
  ],
  "author": "Ryo Framework",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/baguskara1/ryo-engineering-framework/issues"
  },
  "homepage": "https://github.com/baguskara1/ryo-engineering-framework#readme",
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^26.0.1",
    "@vitest/coverage-v8": "^4.1.9",
    "eslint": "^10.6.0",
    "execa": "^9.6.1",
    "prettier": "^3.9.1",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.62.0",
    "vitest": "^4.1.9"
  },
  "dependencies": {
    "commander": "^15.0.0",
    "fs-extra": "^11.3.5",
    "ora": "^9.4.1",
    "picocolors": "^1.1.1",
    "yaml": "^2.9.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  }
}
