UNPKG

@test-org122/utils

Version:
51 lines 1.53 kB
{ "name": "@test-org122/utils", "version": "0.0.1", "description": "Utilities used by Hypernet Labs packages", "license": "ISC", "repository": { "type": "git", "url": "git+https://github.com/GoHypernet/hypernet-protocol.git" }, "bugs": { "url": "https://github.com/GoHypernet/hypernet-protocol/issues" }, "homepage": "https://github.com/GoHypernet/hypernet-protocol/tree/master/packages/core#readme", "author": "Charlie Sibbach <charlie@hyperdyne.io>", "keywords": [ "Blockchain", "Hypernet", "SDK", "Nitro", "Ethereum" ], "main": "dist/index.js", "files": [ "dist", "src", "!dist/test", "!dist/tsconfig.tsbuildinfo" ], "scripts": { "build": "yarn clean && yarn compile", "clean": "rimraf dist", "compile": "tsc --build src/tsconfig.json", "format": "prettier --write \"src/**/*.ts\" && prettier --write \"test/**/*.ts\"", "generate-docs": "npx typedoc --options typedoc.json", "lint": "tslint -p src/tsconfig.json", "prepare": "yarn build", "test": "yarn test:ci", "test:ci": "jest --runInBand --coverage --passWithNoTests", "test:watch": "jest --watch --color --detectOpenHandles", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags", "publish-package": "yarn publish --access public" }, "types": "dist/index.d.ts", "dependencies": { "axios": "^0.21.1", "neverthrow": "^4.1.0", "postmate": "^1.5.2" } }