update tsconfig
This commit is contained in:
13
package.json
13
package.json
@@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartkey",
|
||||
"version": "1.0.6",
|
||||
"private": false,
|
||||
"description": "handle private/public key creation",
|
||||
"description": "Handles the creation and management of private/public key pairs.",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@@ -22,5 +22,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@pushrocks/smartpromise": "^2.0.5"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"cryptography",
|
||||
"security",
|
||||
"keypair",
|
||||
"public key",
|
||||
"private key",
|
||||
"encryption",
|
||||
"decryption"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user