diff --git a/.gitignore b/.gitignore index 69e5d3181..ed993f714 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ _codeql_detected_source_root *~ *swo *swp +node_modules diff --git a/.husky/post-commit b/.husky/post-commit new file mode 100644 index 000000000..a98224c5b --- /dev/null +++ b/.husky/post-commit @@ -0,0 +1,3 @@ +echo "post-commit..." +git push gh +git push sh diff --git a/package.json b/package.json new file mode 100644 index 000000000..915fe625f --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "kitty", + "version": "1.0.0", + "description": "", + "main": "index.js", + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.ayo.run/ayo/kitty" + }, + "author": "Ayo Ayco", + "license": "MIT", + "devDependencies": { + "husky": "^9.1.7" + } +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 000000000..a177305d1 --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,24 @@ +lockfileVersion: '9.0' + +settings: + autoInstallPeers: true + excludeLinksFromLockfile: false + +importers: + + .: + devDependencies: + husky: + specifier: ^9.1.7 + version: 9.1.7 + +packages: + + husky@9.1.7: + resolution: {integrity: sha512-5gs5ytaNjBrh5Ow3zrvdUUY+0VxIuWVL4i9irt6friV+BqdCfmV11CQTWMiBYWHbXhco+J1kHfTOUkePhCDvMA==} + engines: {node: '>=18'} + hasBin: true + +snapshots: + + husky@9.1.7: {}