-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 863 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@stebrech/notion2eleventy",
"version": "0.3.0",
"description": "Eleventy plugin which downloads data from Notion to your 11ty project.",
"main": "eleventy.config.js",
"type": "module",
"scripts": {
"test": "cd test && npx @11ty/eleventy --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stebrech/notion2eleventy.git"
},
"keywords": [
"11ty",
"eleventy",
"eleventy-plugin",
"Notion",
"markdown"
],
"author": "Stefan Brechbühl",
"license": "MIT",
"bugs": {
"url": "https://github.com/stebrech/notion2eleventy/issues"
},
"homepage": "https://github.com/stebrech/notion2eleventy#readme",
"dependencies": {
"@notionhq/client": "^5.2.0",
"axios": "^1.12.2",
"dotenv": "^17.2.3",
"fs": "^0.0.1-security",
"notion-to-md": "^3.1.9"
},
"devDependencies": {
"@11ty/eleventy": "^3.1.2"
}
}