hexo-theme-keep/package.json

38 lines
975 B
JSON
Raw Normal View History

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": {
"format": "prettier --write ./source/js/*.js ./scripts",
"lint:style": "stylelint --fix ./source/css",
"git:push": "git push --tag && git push -u origin dev",
2023-01-10 17:34:27 +08:00
"git:add": "npm run format && 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",
2023-01-10 17:34:27 +08:00
"license": "AGPL-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
},
"homepage": "https://github.com/XPoet/hexo-theme-keep#readme",
"devDependencies": {
"prettier": "^2.7.1",
"stylelint": "^14.13.0",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-stylus": "^0.17.0"
}
2020-03-12 19:35:27 +08:00
}