gitea_customization/package.json

26 lines
542 B
JSON

{
"name": "od_gitea_customization",
"version": "1.0.0",
"description": "Opening Design Gitea theming",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://hub.openingdesign.com/OpeningDesign/gitea_customization"
},
"keywords": [
"gitea",
"them"
],
"author": "",
"license": "GPL-3.0",
"devDependencies": {
"husky": "^8.0.1",
"less": "^4.1.3",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1"
}
}