We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbaf090 commit 0f62f35Copy full SHA for 0f62f35
package.json
@@ -19,11 +19,7 @@
19
"url": "git+https://github.com/nhedger/nestjs-encryption.git"
20
},
21
"bugs": "https://github.com/nhedger/nestjs-encryption/issues",
22
- "keywords": [
23
- "nestjs",
24
- "encryption",
25
- "crypto"
26
- ],
+ "keywords": ["nestjs", "encryption", "crypto"],
27
"sideEffects": false,
28
"exports": {
29
".": {
@@ -35,17 +31,7 @@
35
31
"main": "./dist/lib/index.mjs",
36
32
"module": "./dist/lib/index.mjs",
37
33
"types": "./dist/lib/index.d.ts",
38
- "typesVersions": {
39
- "*": {
40
- "*": [
41
- "./dist/lib/*",
42
- "./dist/lib/index.d.ts"
43
- ]
44
- }
45
- },
46
- "files": [
47
- "dist"
48
34
+ "files": ["dist"],
49
"bin": {
50
"nestjs-encryption-keygen": "./dist/cli/keygen.mjs"
51
0 commit comments