UNPKG

astro-notion-loader

Version:

A simple loader for fetching and converting Notion database content to markdown, designed for Astro and other static site generators

47 lines (46 loc) 1.08 kB
{ "name": "astro-notion-loader", "version": "1.0.0", "description": "A simple loader for fetching and converting Notion database content to markdown, designed for Astro and other static site generators", "main": "index.js", "type": "module", "exports": { ".": "./index.js" }, "files": [ "index.js", "index.d.ts", "README.md" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "notion", "astro", "markdown", "static-site-generator", "cms", "content-loader", "notion-api" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/astro-notion-loader.git" }, "bugs": { "url": "https://github.com/yourusername/astro-notion-loader/issues" }, "homepage": "https://github.com/yourusername/astro-notion-loader#readme", "engines": { "node": ">=16.0.0" }, "dependencies": { "@notionhq/client": "^3.1.3", "marked": "^15.0.12", "notion-to-md": "^3.1.9", "zod": "^3.25.61" } }