CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
package.json26 linesDownload Raw Back to husky
1{2	"name": "husky",3	"version": "9.1.7",4	"type": "module",5	"description": "Modern native Git hooks",6	"keywords": [7		"git",8		"hooks",9		"pre-commit"10	],11	"repository": {12		"type": "git",13		"url": "git+https://github.com/typicode/husky.git"14	},15	"funding": "https://github.com/sponsors/typicode",16	"license": "MIT",17	"author": "typicode",18	"bin": {19		"husky": "bin.js"20	},21	"exports": "./index.js",22	"engines": {23		"node": ">=18"24	}25}26 
basant307/AI_Governance_Project · CoolFace