You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
651 B
JSON
33 lines
651 B
JSON
{
|
|
"name": "markdown-from-posts",
|
|
"version": "1.0.5",
|
|
"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"
|
|
}
|