2020-03-12 19:35:27 +08:00
|
|
|
{
|
2020-11-20 12:02:22 +08:00
|
|
|
"name": "hexo-theme-keep",
|
2023-01-10 15:46:08 +08:00
|
|
|
"version": "3.6.0",
|
2020-11-20 12:02:22 +08:00
|
|
|
"private": false,
|
|
|
|
"description": "A simple and elegant theme for Hexo.",
|
2020-11-26 17:46:48 +08:00
|
|
|
"scripts": {
|
2022-09-30 10:51:42 +08:00
|
|
|
"npm:publish": "npm publish",
|
2022-09-30 11:40:30 +08:00
|
|
|
"format": "prettier --write ./source/js/*.js ./scripts",
|
|
|
|
"lint:style": "stylelint --fix ./source/css",
|
2022-09-30 10:51:42 +08:00
|
|
|
"git:push": "git push --tag && git push -u origin dev",
|
|
|
|
"git:add": "npm run lint:style && git add ."
|
2020-11-26 17:46:48 +08:00
|
|
|
},
|
2020-03-12 19:35:27 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-11-20 12:02:22 +08:00
|
|
|
"url": "git+ssh://git@github.com/XPoet/hexo-theme-keep.git"
|
2020-03-12 19:35:27 +08:00
|
|
|
},
|
2020-09-11 10:11:40 +08:00
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"theme",
|
2021-01-05 18:42:15 +08:00
|
|
|
"hexo-theme",
|
|
|
|
"simple",
|
|
|
|
"elegant",
|
|
|
|
"beautiful",
|
|
|
|
"powerful"
|
2020-09-11 10:11:40 +08:00
|
|
|
],
|
2020-03-12 19:35:27 +08:00
|
|
|
"author": "XPoet",
|
2021-12-04 17:44:21 +08:00
|
|
|
"license": "GPL-3.0",
|
2020-03-12 19:35:27 +08:00
|
|
|
"bugs": {
|
2020-11-20 12:02:22 +08:00
|
|
|
"url": "https://github.com/XPoet/hexo-theme-keep/issues"
|
2020-03-12 19:35:27 +08:00
|
|
|
},
|
2022-09-30 10:51:42 +08:00
|
|
|
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme",
|
|
|
|
"devDependencies": {
|
2022-09-30 11:40:30 +08:00
|
|
|
"prettier": "^2.7.1",
|
2022-09-30 10:51:42 +08:00
|
|
|
"stylelint": "^14.13.0",
|
|
|
|
"stylelint-config-rational-order": "^0.1.2",
|
|
|
|
"stylelint-stylus": "^0.17.0"
|
|
|
|
}
|
2020-03-12 19:35:27 +08:00
|
|
|
}
|