mirror of
https://github.com/pockethost/pockethost.git
synced 2026-02-21 03:02:55 +00:00
37 lines
820 B
JSON
37 lines
820 B
JSON
{
|
|
"name": "@pockethost/plugin-auto-admin",
|
|
"version": "0.1.0",
|
|
"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.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.10",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|