hexo-theme-next/package.json
renovate[bot] 3d9b93f748
Update dependency mocha to v8.2.1 (#132)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-11-30 10:19:58 +08:00

40 lines
967 B
JSON

{
"name": "hexo-theme-next",
"version": "8.0.2",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"scripts": {
"eslint": "eslint scripts/ source/js test/",
"stylint": "stylint source/css/",
"test": "mocha test/index.js"
},
"repository": "next-theme/hexo-theme-next",
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT <support@theme-next.org> (https://theme-next.js.org)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/next-theme/hexo-theme-next/issues"
},
"homepage": "https://theme-next.js.org",
"devDependencies": {
"@next-theme/eslint-config": "0.0.1",
"chai": "4.2.0",
"eslint": "7.12.1",
"hexo": "5.2.0",
"hexo-renderer-marked": "3.3.0",
"husky": "4.3.0",
"js-yaml": "3.14.0",
"mocha": "8.2.1",
"stylint": "2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run eslint && npm test"
}
}
}