{ "name": "kitty", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky" }, "repository": { "type": "git", "url": "https://git.ayo.run/ayo/kitty" }, "author": "Ayo Ayco", "license": "MIT", "devDependencies": { "husky": "^9.1.7" } }