Skip to content

Commit

Permalink
chore: install lefthook
Browse files Browse the repository at this point in the history
  • Loading branch information
nhedger committed Aug 24, 2023
1 parent b86b874 commit d636ca3
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
"url": "git+https://github.com/nhedger/nestjs-encryption.git"
},
"bugs": "https://github.com/nhedger/nestjs-encryption/issues",
"keywords": [
"nestjs",
"encryption",
"crypto"
],
"keywords": ["nestjs", "encryption", "crypto"],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -37,15 +33,10 @@
"types": "./dist/lib/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/lib/*",
"./dist/lib/index.d.ts"
]
"*": ["./dist/lib/*", "./dist/lib/index.d.ts"]
}
},
"files": [
"dist"
],
"files": ["dist"],
"bin": {
"nestjs-encryption-keygen": "./dist/cli/keygen.mjs"
},
Expand All @@ -55,7 +46,8 @@
"format": "rome format --write .",
"lint": "rome check .",
"test": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"postinstall": "lefthook install"
},
"devDependencies": {
"@nestjs/common": "^10.2.1",
Expand Down

0 comments on commit d636ca3

Please sign in to comment.