astro-loader-hashnode
Version:
Astro content loader for seamlessly integrating Hashnode blog posts into your Astro website using the Content Layer API
66 lines (65 loc) • 1.45 kB
JSON
{
"name": "astro-loader-hashnode",
"version": "1.2.0",
"description": "Astro content loader for seamlessly integrating Hashnode blog posts into your Astro website using the Content Layer API",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./package.json": "./package.json"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": false,
"scripts": {
"build": "tsc"
},
"packageManager": "pnpm@10.14.0",
"keywords": [
"astro",
"astro-component",
"withastro",
"astro-loader",
"content-loader",
"hashnode",
"blog",
"cms",
"content",
"content-collections"
],
"author": {
"name": "Mrugesh Mohapatra",
"email": "noreply@mrugesh.dev",
"url": "https://mrugesh.dev"
},
"license": "MIT",
"peerDependencies": {
"astro": "^5.0.0"
},
"engines": {
"node": "20.x || 22.x || 24.x",
"pnpm": ">=9"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/raisedadead/astro-loader-hashnode.git"
},
"bugs": {
"url": "https://github.com/raisedadead/astro-loader-hashnode/issues"
},
"homepage": "https://github.com/raisedadead/astro-loader-hashnode#readme",
"dependencies": {
"zod": "3.25.76"
}
}