{ "name": "@pushrocks/smarthash", "version": "2.0.6", "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.11", "@gitzone/tsrun": "^1.2.6", "@gitzone/tstest": "^1.0.24", "@pushrocks/tapbundle": "^3.0.11", "@types/node": "^12.0.12", "tslint": "^5.18.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/smartjson": "^3.0.5", "@pushrocks/smartpromise": "^3.0.2", "@types/through2": "^2.0.34", "through2": "^3.0.1" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }