update tsconfig
This commit is contained in:
17
package.json
17
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smartcrypto",
|
||||
"version": "2.0.5",
|
||||
"private": false,
|
||||
"description": "easy crypto methods",
|
||||
"description": "A library providing easy methods for cryptographic operations, including key pair generation.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"author": "Lossless GmbH",
|
||||
@ -39,5 +39,16 @@
|
||||
"browserslist": [
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
"type": "module",
|
||||
"keywords": [
|
||||
"cryptography",
|
||||
"encryption",
|
||||
"security",
|
||||
"public key",
|
||||
"private key",
|
||||
"RSA",
|
||||
"key pair generation",
|
||||
"node-forge",
|
||||
"typescript"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user