@defi-wonderland/crypto-husky-checks
Version:
Automated security checks for your precommit hook
33 lines (32 loc) • 753 B
JSON
{
"name": "@defi-wonderland/crypto-husky-checks",
"version": "1.5.6",
"description": "Automated security checks for your precommit hook",
"scripts": {
"build": "echo 'Build not necessary'",
"test": "sh test/all.sh"
},
"bin": {
"wonderland-crypto-husky-checks": "src/bin.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/defi-wonderland/crypto-husky-checks.git"
},
"keywords": [
"checks",
"node",
"setup",
"crypto",
"husky"
],
"files": [
"src"
],
"author": "Wonderland",
"license": "MIT",
"bugs": {
"url": "https://github.com/defi-wonderland/crypto-husky-checks/issues"
},
"homepage": "https://github.com/defi-wonderland/crypto-husky-checks#readme"
}