UNPKG

admindo-plugin-stats

Version:

Statistics and analytics plugin for AdminDO dashboard

38 lines (37 loc) 686 B
{ "name": "admindo-plugin-stats", "version": "0.0.6", "type": "module", "description": "Statistics and analytics plugin for AdminDO dashboard", "exports": { "./hono": "./src/hono.js", ".": "./src/index.js" }, "scripts": { "build": "echo 'No build step needed for pure web components'" }, "keywords": [ "admindo", "plugin", "stats", "analytics", "durable-objects", "esm" ], "authors": [ { "name": "Ben Allfree", "url": "https://x.com/benallfree" } ], "license": "MIT", "files": [ "src" ], "peerDependencies": { "hono": "^4.0.0" }, "devDependencies": { "admindo": "workspace:*" } }