hexo-backlink
Version:
This plugin is for transfer Obsidian-type backlink to standard hexo in-site post link.
31 lines (30 loc) • 644 B
JSON
{
"name": "hexo-backlink",
"version": "0.1.4",
"description": "This plugin is for transfer Obsidian-type backlink to standard hexo in-site post link.",
"main": "index.js",
"scripts": {},
"keywords": [
"hexo",
"plugin",
"backlink",
"obsidian"
],
"author": "BorGor",
"license": "MIT",
"dependencies": {
"hexo-log": "^3.0.0",
"husky": "^7.0.4",
"jira-smart-commit": "^1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Cyrusky/hexo-backlink.git"
},
"husky": {
"hooks": {
"commit-msg": "jira-smart-commit PSN",
"pre-commit": "lint-staged"
}
}
}