Import Notion pages into your Eleventy project
123456789101112{ "name": "@vrugtehagel/eleventy-from-notion", "version": "0.0.5", "license": "MIT", "exports": "./mod.ts", "imports": { "@notionhq/client": "npm:@notionhq/client@^2.3" }, "publish": { "include": ["src/**", "mod.ts", "README.md", "LICENSE"] } }