update tsconfig

This commit is contained in:
2024-04-14 17:40:33 +02:00
parent 1078af0889
commit 49f990ec2a
4 changed files with 159 additions and 77 deletions

View File

@ -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"
}
}