{ "name": "hexo-simple-toc", "description": "Lightweight ToC generator for Hexo", "version": "1.0.0", "author": "uetchy ", "scripts": {}, "main": "index.js", "files": [ "index.js", "handler.js" ], "dependencies": { "jsdom": "^20.0.3" }, "homepage": "https://github.com/uetchy/hexo-simple-toc", "repository": { "type": "git", "url": "https://github.com/uetchy/hexo-simple-toc.git" }, "bugs": { "url": "https://github.com/uetchy/hexo-simple-toc/issues" }, "license": "MIT", "keywords": [ "hexo", "toc" ] }