54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "@push.rocks/smarthash",
|
|
"version": "3.0.3",
|
|
"private": false,
|
|
"description": "simplified access to node hash functions",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"scripts": {
|
|
"test": "(tstest test/ --web)",
|
|
"build": "(tsbuild --web)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"keywords": [
|
|
"pushrocks",
|
|
"typescript",
|
|
"hash",
|
|
"node",
|
|
"sha256",
|
|
"stream",
|
|
"filehash"
|
|
],
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.1.70",
|
|
"@git.zone/tsrun": "^1.2.46",
|
|
"@git.zone/tstest": "^1.0.81",
|
|
"@push.rocks/tapbundle": "^5.0.15",
|
|
"@types/node": "^20.6.3"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartjson": "^5.0.10",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@types/through2": "^2.0.39",
|
|
"through2": "^4.0.2"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"type": "module"
|
|
}
|