{ "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": { "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-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.0", "stylint": "2.0.0" }, "husky": { "hooks": { "pre-commit": "npm run eslint && npm test" } } }