UNPKG

hexo-swpp

Version:

这是 `swpp-backends` 的 hexo 端实现,绝大多数功能由 [swpp-backends](https://github.com/EmptyDreams/swpp-backends) 提供。

38 lines 720 B
{ "name": "hexo-swpp", "version": "4.0.4", "main": "dist/index.js", "types": "types/index.d.ts", "scripts": { "prepublishOnly": "tsc" }, "files": [ "dist", "types" ], "keywords": [ "hexo", "sw", "ServiceWorker", "json", "auto" ], "author": "kmar", "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://github.com/EmptyDreams/hexo-swpp.git" }, "homepage": "https://swpp.kmar.top/", "devDependencies": { "@types/node": "^22.0.2", "hexo": "^7.3.0", "typescript": "^5.5.4" }, "dependencies": { "hexo-log": "^4.1.0" }, "peerDependencies": { "swpp-backends": "^3.1.0" } }