{ "name": "remark42", "version": "0.0.0", "description": "Frontend related code for Remark42", "keywords": [ "remark42", "comments", "comment engine", "commenting" ], "scripts": { "prepare": "if [ -z \"$CI\" ]; then cd .. && husky install frontend/.husky; else echo \"Skip Husky Hooks\"; fi", "lint-staged": "lint-staged" }, "devDependencies": { "husky": "^8.0.1", "lint-staged": "^13.0.3" } }