{
	"name": "@tios/hash",
	"version": "0.1.12",
	"description": "JS hash library",
	"license": "MIT",
	"repository": "https://gitlab.com/tioslab/tios",
	"author": "tioslab",
	"publishConfig": {
		"access": "public"
	},
	"files": [
		"README.md",
		"index.js",
		"index.d.ts",
		"lib",
		"src",
		"!*/__tests__"
	],
	"main": "./lib/index.js",
	"typings": "./lib/index.d.ts",
	"scripts": {
		"clean": "cx-clean lib tsconfig.tsbuildinfo",
		"format": "prettier --write \"{src,test}/**/*.ts\" --single-quote --trailing-comma es5",
		"build": "cx-tsc",
		"pretest": "npm run build",
		"test": "cx-mocha \"lib/__tests__/**/*.test.js\""
	},
	"dependencies": {
		"bcrypto": "^4.2.9"
	},
	"devDependencies": {
		"@tios/build": "^0.1.11",
		"@types/chai": "^4.2.5",
		"@types/mocha": "^5.2.7",
		"@types/node": "^12.12.14",
		"chai": "^4.2.0",
		"mocha": "^6.2.2",
		"ts-node": "^8.5.2"
	},
	"engines": {
		"node": ">=10.0.0"
	},
	"browser": {
		"./lib/blake2b": "./lib/blake2b-browser.js",
		"./lib/blake2s": "./lib/blake2s-browser.js",
		"./lib/hash160": "./lib/hash160-browser.js",
		"./lib/hash256": "./lib/hash256-browser.js",
		"./lib/md4": "./lib/md4-browser.js",
		"./lib/md5": "./lib/md5-browser.js",
		"./lib/ripemd160": "./lib/ripemd160-browser.js",
		"./lib/sha1": "./lib/sha1-browser.js",
		"./lib/sha3": "./lib/sha3-browser.js",
		"./lib/sha224": "./lib/sha224-browser.js",
		"./lib/sha256": "./lib/sha256-browser.js",
		"./lib/sha384": "./lib/sha384-browser.js",
		"./lib/sha512": "./lib/sha512-browser.js",
		"./lib/whirlpool": "./lib/whirlpool-browser.js"
	},
	"gitHead": "f18aa076c946f43983897dd89cd84ea19d061117"
}
