UNPKG

@ninerealms/midgard-client

Version:
42 lines (41 loc) 960 B
{ "name": "@ninerealms/midgard-client", "version": "1.0.2", "main": "dist/index.js", "types": "./dist/index.d.ts", "license": "MIT", "keywords": [ "thorchain", "midgard", "timeseries", "blockchain", "crypto", "network", "stats" ], "private": false, "repository": { "url": "https://gitlab.com/ninerealms/midgard-client" }, "scripts": { "typecheck": "tsc -p .", "build": "yarn run typecheck && yarn run alias", "alias": "tsc-alias -p tsconfig.json", "test": "yarn run build", "dev": "nodemon --watch \"src\" --exec \"yarn run test\"", "lint": "tsc -p . --noEmit" }, "dependencies": { "@types/lodash": "^4.14.171", "@types/node-fetch": "^2.5.11", "bignumber.js": "^9.0.1", "lodash": "^4.17.21", "node-fetch": "^2.6.1", "querystring": "^0.2.1" }, "devDependencies": { "nodemon": "^2.0.12", "tsc-alias": "^1.3.7", "typescript": "^4.3.5" } }