{ "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", "theme-od": "lessc css/less/themes/theme-od.less > css/dist/theme-od.css" }, "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" } }