{
  "name": "midnight-agent-skills",
  "version": "1.1.0",
  "description": "AI Agent Skills for Building Privacy-Preserving dApps on Midnight Network",
  "keywords": [
    "midnight",
    "blockchain",
    "zk",
    "zero-knowledge",
    "compact",
    "ai",
    "agent",
    "skills",
    "claude",
    "cursor",
    "copilot"
  ],
  "author": {
    "name": "Utkarsh Varma",
    "url": "https://github.com/UvRoxx"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UvRoxx/midnight-agent-skills.git"
  },
  "homepage": "https://github.com/UvRoxx/midnight-agent-skills#readme",
  "bugs": {
    "url": "https://github.com/UvRoxx/midnight-agent-skills/issues"
  },
  "bin": {
    "midnight-agent-skills": "bin/cli.js"
  },
  "files": [
    "bin",
    "src",
    "skills",
    "AGENTS.md",
    "CLAUDE.md",
    "README.md"
  ],
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "echo \"No tests yet\" && exit 0"
  }
}
