isohash/package.json
2024-05-29 14:11:05 +02:00

56 lines
1.2 KiB
JSON

{
"name": "@push.rocks/isohash",
"version": "2.0.2",
"private": false,
"description": "A cross-environment hash package supporting both browser and Node.js environments.",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.66",
"@git.zone/tsrun": "^1.2.44",
"@git.zone/tstest": "^1.0.77",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.12.12"
},
"dependencies": {
"@push.rocks/smartenv": "^5.0.5",
"@push.rocks/smarthash": "^3.0.2"
},
"browserslist": [
"last 1 chrome versions"
],
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"keywords": [
"hashing",
"crypto",
"cross-environment",
"security",
"SHA-256",
"TypeScript",
"browser",
"Node.js"
],
"homepage": "https://code.foss.global/push.rocks/isohash",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/isohash.git"
}
}