UNPKG

@hypernetlabs/common-crypto-utils

Version:
56 lines (55 loc) 1.66 kB
{ "name": "@hypernetlabs/common-crypto-utils", "version": "0.0.12", "description": "Crypto utils, ready for injection, using Neverthrow", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/GoHypernet/hypernet-protocol.git" }, "bugs": { "url": "https://github.com/GoHypernet/common/issues" }, "homepage": "https://github.com/GoHypernet/common/tree/master/packages/core#readme", "author": "Charlie Sibbach <charlie@hypernetlabs.io>", "keywords": [ "Hypernet Labs", "Crypto", "Neverthrow" ], "main": "lib/index.js", "files": [ "lib", "!lib/test", "!lib/tsconfig.tsbuildinfo", "!test", "!src", "!tsconfig.json" ], "scripts": { "alias": "tsc-alias", "build": "yarn clean && yarn compile", "clean": "rimraf dist tsconfig.tsbuildinfo", "compile": "tsc --build && cd ../.. && yarn alias", "format": "eslint --fix 'src/**/*.ts' && yarn format:pkg", "format:pkg": "format-package -w", "prepare": "yarn build", "prepublishOnly": "yarn test && yarn format", "test": "yarn test:ci", "test:ci": "jest --runInBand --coverage --passWithNoTests", "test:watch": "jest --watch --color --detectOpenHandles", "preversion": "yarn format", "version": "yarn format && git add -A src", "postversion": "git push && git push --tags" }, "types": "lib/index.d.ts", "dependencies": { "@hypernetlabs/common-objects": "^0.0.4", "@hypernetlabs/objects": "^0.3.20", "@hypernetlabs/utils": "^0.5.4", "argon2": "^0.28.4", "ethers": "^5.4.7", "inversify": "^5.1.1", "neverthrow": "^4.2.2" } }