{
  "name": "admindo-plugin-dofs",
  "version": "0.1.0",
  "type": "module",
  "description": "Durable Objects File System API plugin for AdminDO dashboard",
  "exports": {
    "./hono": "./src/hono.js"
  },
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0"
  },
  "keywords": [
    "admindo",
    "plugin",
    "dofs",
    "filesystem",
    "api",
    "durable-objects",
    "esm",
    "javascript"
  ],
  "authors": [
    {
      "name": "Ben Allfree",
      "url": "https://x.com/benallfree"
    }
  ],
  "license": "MIT",
  "files": [
    "src",
    "README.md",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "dofs": "^0.0.1",
    "hono": "^4.0.0"
  },
  "devDependencies": {
    "admindo": "workspace:*"
  }
}
