{ "name": "markdown-from-posts", "version": "1.0.6", "description": "从posts文件夹中读取文件,根据时间,category,tags进行排列", "main": "src/index.js", "exports": { ".": "./src/index.js" }, "files": [ "src", "types" ], "repository": { "type": "git", "url": "http://git.ppst.top/pp/markdown-from-posts" }, "keywords": [ "globby", "vitepress", "markdown" ], "author": "ppst", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "fs-extra": "^10.0.0", "globby": "^11.1.0", "gray-matter": "^4.0.3" }, "license": "ISC" }