Files
remark42/frontend/package.json
T
2022-07-21 18:27:33 -05:00

20 lines
444 B
JSON

{
"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"
}
}