astro-pocketbase-loader
Version:
A content loader for Astro that uses the PocketBase API
42 lines (41 loc) • 984 B
JSON
{
"name": "astro-pocketbase-loader",
"version": "0.1.1",
"description": "A content loader for Astro that uses the PocketBase API",
"license": "MIT",
"author": "Kibet Ismael <kmishmael@gmail.com>",
"homepage": "https://github.com/kmishmael/astro-loader-pocketbase",
"type": "module",
"exports": {
".": "./index.ts"
},
"files": [
"index.ts",
"src"
],
"scripts": {
"lint": "npx eslint",
"prepare": "husky"
},
"peerDependencies": {
"astro": "^4.0.0 || ^5.0.0 || ^5.0.0-beta.10"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@stylistic/eslint-plugin": "^2.8.0",
"@types/node": "^22.7.4",
"astro": "^5.0.0-beta.8",
"eslint": "^9.11.1",
"globals": "^15.9.0",
"husky": "^9.1.6",
"typescript": "^5.6.2",
"typescript-eslint": "^8.7.0"
},
"keywords": [
"astro",
"astro-content-loader",
"astro-loader",
"pocketbase",
"withastro"
]
}