hexo-theme-next/package.json
renovate[bot] 8fd0c5a0fd
Update dependency eslint-config-theme-next to v1.2.0 (#32)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-20 13:46:11 +08:00

38 lines
891 B
JSON

{
"name": "hexo-theme-next",
"version": "8.0.0-rc.3",
"description": "Elegant and powerful theme for Hexo.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp",
"eslint": "eslint source/js scripts/",
"stylint": "stylint source/css/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/next-theme/hexo-theme-next.git"
},
"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": {
"eslint": "7.1.0",
"eslint-config-theme-next": "1.2.0",
"gulp": "4.0.2",
"gulp-shell": "0.8.0",
"js-yaml": "3.14.0",
"stylint": "2.0.0"
},
"engines": {
"node": ">=10.9.0"
}
}