{ "name": "@pushrocks/smarthash", "version": "2.0.1", "private": false, "description": "simplified access to node hash functions", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+https://github.com/pushrocks/nodehash.git" }, "keywords": [ "pushrocks", "typescript", "hash", "node", "sha256", "stream", "filehash" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/nodehash/issues" }, "homepage": "https://github.com/pushrocks/nodehash#readme", "devDependencies": { "@gitzone/tsbuild": "^2.1.8", "@gitzone/tsrun": "^1.1.17", "@gitzone/tstest": "^1.0.18", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.19" }, "dependencies": { "@pushrocks/smartpromise": "^2.0.5", "@types/through2": "^2.0.34", "through2": "^3.0.0" } }