hexo/node_modules/hexo-post-link/package.json

20 lines
533 B
JSON
Raw Normal View History

2023-09-25 15:58:56 +08:00
{
"name": "hexo-post-link",
"version": "1.0.0",
"description": "Automatically convert markdown links with post slugs to proper internal URLs.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/bmwant/hexo-post-link.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "bmwant",
"bugs": {
"url": "https://github.com/bmwant/hexo-post-link/issues"
},
"homepage": "https://github.com/bmwant/hexo-post-link",
"license": "MIT"
}