mirror of https://github.com/jkjoy/sunpeiwen.git
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "hexo-renderer-marked",
|
|
"version": "6.0.0",
|
|
"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": "hexojs/hexo-renderer-marked",
|
|
"keywords": [
|
|
"hexo",
|
|
"markdown",
|
|
"marked",
|
|
"renderer"
|
|
],
|
|
"author": "Tommy Chen <tommy351@gmail.com> (http://zespia.tw)",
|
|
"maintainers": [
|
|
"Abner Chou <hi@abnerchou.me> (http://abnerchou.me)"
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"dompurify": "^2.4.0",
|
|
"hexo-util": "^2.7.0",
|
|
"jsdom": "^20.0.1",
|
|
"marked": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"c8": "^7.12.0",
|
|
"chai": "^4.3.6",
|
|
"eslint": "^8.24.0",
|
|
"eslint-config-hexo": "^5.0.0",
|
|
"hexo": "^6.3.0",
|
|
"mocha": "^10.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|