hexo-theme-ayer/package.json
alleks f741f71d48
Some checks failed
continuous-integration/drone/push Build is failing
add drone files
2023-01-23 00:26:11 +03:00

39 lines
940 B
JSON

{
"name": "hexo-theme-ayer",
"version": "1.9.7-0",
"description": "a clean and elegant theme for hexo.",
"type": "module",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "stylint source-src/css/style.styl -c .stylintrc"
},
"source": "source-src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Shen-Yu/hexo-theme-ayer.git"
},
"keywords": [
"hexo",
"theme",
"blog",
"ayer"
],
"author": "Shen-Yu <shenyu@hotmail.com>",
"license": "SATA",
"bugs": {
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues",
"email": "shenyu@hotmail.com"
},
"homepage": "https://shen-yu.gitee.io/",
"devDependencies": {
"autoprefixer": "^10.4.13",
"rollup": "^2.63.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"stylint": "^2.0.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0"
}
}