{ "name": "hexo-theme-next", "version": "8.23.1", "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": "node .githooks/install.js", "stylint": "stylelint source/css/ --ip source/css/_common/scaffolding/highlight/index.styl", "test": "mocha test/index.js", "test-cov": "c8 npm test" }, "repository": { "type": "git", "url": "git+https://github.com/next-theme/hexo-theme-next.git" }, "keywords": [ "hexo", "theme", "next" ], "author": "NexT (https://theme-next.js.org)", "license": "AGPL-3.0-only", "bugs": { "url": "https://github.com/next-theme/hexo-theme-next/issues" }, "homepage": "https://theme-next.js.org", "devDependencies": { "@next-theme/eslint-config": "0.0.4", "c8": "10.1.3", "chai": "5.2.0", "eslint": "9.28.0", "hexo": "7.3.0", "hexo-renderer-marked": "7.0.1", "js-yaml": "4.1.0", "mocha": "11.5.0", "stylelint": "16.20.0", "stylelint-stylus": "1.0.0" } }