tnhb
Version:
TNHB 火币网永续USDT合约接口 SDK By blak-kong
50 lines (49 loc) • 1.08 kB
JSON
{
"name": "tnhb",
"version": "1.1.1",
"description": "TNHB 火币网永续USDT合约接口 SDK By blak-kong",
"keywords": [
"火币",
"火币网",
"huobi",
"huobi sdk"
],
"author": "blak-kong <blak-kong@foxmail.com>",
"homepage": "http://gitee.com/blak-kong/TNHB",
"license": "MulanPSL2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+http://gitee.com/blak-kong/TNHB.git"
},
"scripts": {
"tsc": "tsc",
"watch": "tsc --watch",
"prettier": "prettier --check 'src/**/*.ts'",
"test": "jest --passWithNoTests"
},
"jest": {
"testEnvironment": "node"
},
"bugs": {
"url": "http://gitee.com/blak-kong/TNHB/issues"
},
"dependencies": {
"@tnhb/access": "^1.1.1",
"@tnhb/api": "^1.1.1",
"@tnhb/cache": "^1.1.1",
"@tnhb/kits": "^1.1.1"
},
"gitHead": "71685f05807bfaa19f4bb65512690e3dd78fe5ea"
}