{
  "name": "@bhardwj-sarvesh-projects/curlycoder",
  "version": "5.7.4",
  "description": "Lazy senior dev mode for AI agents. The best code is the code you never wrote.",
  "keywords": ["opencode-plugin", "opencode", "curlycoder", "pi-package", "pi", "skills", "qoder"],
  "license": "MIT",
  "author": {
    "name": "Sarvesh Bhardwj",
    "email": "bhardwj.sarvesh@gmail.com",
    "url": "https://github.com/bhardwj-sarvesh-projects"
  },
  "homepage": "https://github.com/bhardwj-sarvesh-projects/CurlyCoder",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bhardwj-sarvesh-projects/CurlyCoder.git"
  },
  "bugs": {
    "url": "https://github.com/bhardwj-sarvesh-projects/CurlyCoder/issues"
  },
  "main": "./.opencode/plugins/CURLYCODER.mjs",
  "exports": {
    ".": "./.opencode/plugins/CURLYCODER.mjs",
    "./plugin": "./.opencode/plugins/CURLYCODER.mjs"
  },
  "files": [
    "AGENTS.md",
    "hooks/",
    "skills/",
    ".opencode/",
    ".qoder/",
    ".qoder-plugin/",
    "pi-extension/",
    "scripts/uninstall.js",
    "assets/",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/*.test.js && npm test --prefix pi-extension && npm test --prefix CurlyCoder-mcp"
  },
  "pi": {
    "extensions": ["./pi-extension/index.js"],
    "skills": ["./skills"]
  },
  "publishConfig": {
    "access": "public"
  }
}

