hexo-afdian-plugin
Version:
爱发电插件,用于展示爱发电赞助信息
37 lines (36 loc) • 865 B
JSON
{
"name": "hexo-afdian-plugin",
"version": "1.1.1",
"description": "爱发电插件,用于展示爱发电赞助信息",
"main": "index.js",
"scripts": {
"test": "node scripts/test.js",
"publish": "node scripts/publish.js"
},
"keywords": [
"hexo",
"plugin",
"afdian",
"sponsor",
"donation"
],
"author": {
"name": "心都",
"email": "your-actual-email@example.com",
"url": "https://www.xindu.fun"
},
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"crypto-js": "^4.1.1",
"moment": "^2.29.4"
},
"repository": {
"type": "git",
"url": "https://github.com/xindu/hexo-plugin-afdian"
},
"bugs": {
"url": "https://github.com/xindu/hexo-plugin-afdian/issues"
},
"homepage": "https://github.com/xindu/hexo-plugin-afdian#readme"
}