51 lines
1.0 KiB
JSON
51 lines
1.0 KiB
JSON
{
|
|
"name": "hexo-renderer-marked",
|
|
"version": "7.0.1",
|
|
"description": "Markdown renderer plugin for Hexo",
|
|
"main": "index",
|
|
"scripts": {
|
|
"eslint": "eslint .",
|
|
"test": "mocha test/index.js",
|
|
"test-cov": "c8 --reporter=lcovonly npm run test"
|
|
},
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hexojs/hexo-renderer-marked.git"
|
|
},
|
|
"keywords": [
|
|
"hexo",
|
|
"markdown",
|
|
"marked",
|
|
"renderer"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (https://zespia.tw)",
|
|
"maintainers": [
|
|
"Abner Chou <hi@abnerchou.me> (https://abnerchou.me)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dompurify": "^3.0.3",
|
|
"hexo-util": "^3.1.0",
|
|
"jsdom": "^25.0.1",
|
|
"marked": "^15.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^10.1.2",
|
|
"chai": "^4.3.7",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-hexo": "^5.0.0",
|
|
"hexo": "^7.1.1",
|
|
"mocha": "^11.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|