hexo-theme-next/package.json
2021-02-28 21:06:34 +08:00

44 lines
1022 B
JSON

{
"name": "hexo-theme-next",
"version": "8.2.2",
"description": "Elegant and powerful theme for Hexo.",
"main": "package.json",
"files": [
"docs",
"languages",
"layout",
"scripts",
"source",
"_config.yml",
"_vendors.yml"
],
"scripts": {
"eslint": "eslint scripts/ source/js test/",
"prepare": "git config --local core.hooksPath .githooks/",
"stylint": "stylint source/css/",
"test": "mocha test/index.js"
},
"repository": "next-theme/hexo-theme-next",
"keywords": [
"hexo",
"theme",
"next"
],
"author": "NexT (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.2",
"chai": "4.3.0",
"eslint": "7.21.0",
"hexo": "5.4.0",
"hexo-renderer-marked": "4.0.0",
"js-yaml": "4.0.0",
"mocha": "8.3.0",
"stylint": "2.0.0"
}
}