astro-loader-prismic
Version:
A simple loader to load data from a Prismic CMS into Astro using the Astro Loader API introduced in Astro 5.
32 lines • 824 B
JSON
{
"name": "astro-loader-prismic",
"type": "module",
"author": "DevRobot <ysrosast@gmail.com> (https://github.com/devRobots)",
"version": "0.4.2",
"description": "A simple loader to load data from a Prismic CMS into Astro using the Astro Loader API introduced in Astro 5.",
"main": "src/index.ts",
"module": "src/index.ts",
"dependencies": {
"@prismicio/client": "7.16.0",
"astro": "5.3.0",
"zod": "3.24.2"
},
"keywords": [
"astro",
"prismic",
"cms",
"loader",
"astro-content"
],
"repository": {
"type": "git",
"url": "https://github.com/devRobots/astro-loader-prismic"
},
"scripts": {
"start": "node --experimental-strip-types src/index.ts",
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
}
}