28 lines
587 B
JSON
28 lines
587 B
JSON
{
|
|
"name": "@resilien/directus-to-markdown",
|
|
"version": "1.2.0",
|
|
"description": "Export Directus items to markdown files with assets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.weko.io/resilien/directus-to-markdown.git"
|
|
},
|
|
"keywords": [
|
|
"directus",
|
|
"export",
|
|
"markdown",
|
|
"assets",
|
|
"hugo"
|
|
],
|
|
"author": "RésiLien",
|
|
"license": "ISC",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@directus/sdk": "^9.9.1",
|
|
"js-yaml": "^4.1.0"
|
|
}
|
|
}
|