update socials section
This commit is contained in:
40
node_modules/husky/package.json
generated
vendored
Normal file
40
node_modules/husky/package.json
generated
vendored
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "husky",
|
||||
"version": "8.0.3",
|
||||
"description": "Modern native Git hooks made easy",
|
||||
"keywords": [
|
||||
"git",
|
||||
"hooks",
|
||||
"pre-commit"
|
||||
],
|
||||
"homepage": "https://typicode.github.io/husky",
|
||||
"repository": "typicode/husky",
|
||||
"funding": "https://github.com/sponsors/typicode",
|
||||
"license": "MIT",
|
||||
"author": "Typicode <typicode@gmail.com>",
|
||||
"bin": "lib/bin.js",
|
||||
"main": "lib/index.js",
|
||||
"files": [
|
||||
"lib",
|
||||
"husky.sh"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"test": "sh test/all.sh",
|
||||
"lint": "eslint src --ext .ts",
|
||||
"serve": "docsify serve docs",
|
||||
"prepare": "npm run build && node lib/bin install"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.3.0",
|
||||
"@commitlint/config-conventional": "^17.3.0",
|
||||
"@tsconfig/node14": "^1.0.3",
|
||||
"@types/node": "^18.11.18",
|
||||
"@typicode/eslint-config": "^1.1.0",
|
||||
"docsify-cli": "^4.4.4",
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user