update tsconfig
This commit is contained in:
23
package.json
23
package.json
@ -2,7 +2,7 @@
|
||||
"name": "@push.rocks/smarthash",
|
||||
"version": "3.0.4",
|
||||
"private": false,
|
||||
"description": "simplified access to node hash functions",
|
||||
"description": "Provides simplified access to Node.js hash functions, including SHA256 and MD5, with support for strings, streams, and files.",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
"scripts": {
|
||||
@ -11,13 +11,18 @@
|
||||
"buildDocs": "tsdoc"
|
||||
},
|
||||
"keywords": [
|
||||
"pushrocks",
|
||||
"typescript",
|
||||
"hash",
|
||||
"node",
|
||||
"sha256",
|
||||
"stream",
|
||||
"filehash"
|
||||
"crypto",
|
||||
"hashing",
|
||||
"SHA256",
|
||||
"MD5",
|
||||
"security",
|
||||
"node.js",
|
||||
"stream hashing",
|
||||
"file hashing",
|
||||
"synchronous hashing",
|
||||
"asynchronous hashing",
|
||||
"data integrity",
|
||||
"typescript"
|
||||
],
|
||||
"author": "Lossless GmbH",
|
||||
"license": "MIT",
|
||||
@ -50,4 +55,4 @@
|
||||
"last 1 chrome versions"
|
||||
],
|
||||
"type": "module"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user