{
  "name": "erne-universal",
  "version": "0.13.6",
  "description": "Complete AI coding agent harness for React Native and Expo \u2014 13 specialized agents, autonomous worker mode, visual debugging, smart routing",
  "keywords": [
    "react-native",
    "expo",
    "claude-code",
    "ai-agents",
    "mobile-development",
    "coding-assistant",
    "autonomous-worker",
    "visual-debugging",
    "documentation-generator",
    "smart-routing"
  ],
  "license": "MIT",
  "author": "Juba Kitiashvili",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JubaKitiashvili/everything-react-native-expo.git"
  },
  "homepage": "https://erne.dev",
  "bugs": {
    "url": "https://github.com/JubaKitiashvili/everything-react-native-expo/issues"
  },
  "bin": {
    "erne": "./bin/cli.js"
  },
  "files": [
    ".claude-plugin/",
    "bin/",
    "agents/",
    "commands/",
    "rules/",
    "skills/",
    "hooks/",
    "contexts/",
    "mcp-configs/",
    "dashboard/",
    "lib/",
    "scripts/",
    "examples/",
    "schemas/",
    "worker/",
    "worker.example.json",
    "docs/getting-started.md",
    "docs/agents.md",
    "docs/commands.md",
    "docs/hooks-profiles.md",
    "docs/creating-skills.md",
    "install.sh",
    "CLAUDE.md",
    "AGENTS.md",
    "GEMINI.md",
    ".cursorrules",
    ".windsurfrules",
    ".github/copilot-instructions.md",
    "LICENSE",
    "README.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "node --test tests/*.test.js tests/hooks/*.test.js tests/worker/*.test.js",
    "lint": "eslint lib/ scripts/ bin/",
    "lint:agents": "node scripts/lint-agents.js",
    "lint:content": "node scripts/lint-content.js",
    "format": "prettier --write 'lib/**/*.js' 'scripts/**/*.js' 'bin/**/*.js'",
    "format:check": "prettier --check 'lib/**/*.js' 'scripts/**/*.js' 'bin/**/*.js'",
    "validate": "node scripts/validate-all.js",
    "build:dashboard": "cd dashboard-next && npm run build",
    "prepublishOnly": "npm run validate"
  },
  "devDependencies": {
    "eslint": "^9.0.0",
    "prettier": "^3.0.0"
  }
}
