{ "name": "@pockethost/plugin-auto-admin", "version": "0.1.1", "repository": { "type": "git", "url": "http://github.com/pockethost/pockethost/packages/plugin-auto-admin" }, "description": "A pockethost plugin.", "main": "src/index.ts", "module": "src/index.ts", "types": "src/index.ts", "type": "module", "scripts": { "check-types": "tsc --noEmit " }, "keywords": [ "pockethost" ], "author": { "name": "Ben Allfree", "url": "https://github.com/benallfree" }, "license": "MIT", "dependencies": { "@types/json-stringify-safe": "^5.0.2", "json-stringify-safe": "^5.0.1", "pocketbase": "^0.21.3" }, "peerDependencies": { "pockethost": "workspace:^1.5.0" }, "devDependencies": { "@types/node": "^20.8.10", "typescript": "^5.4.5" } }