@tnhb/kits
Version:
TNHB Kits 请求工具 SDK By blak-kong
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "@tnhb/kits",
"version": "1.1.1",
"description": "TNHB Kits 请求工具 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",
"axios": "^0.21.1",
"concat-stream": "^2.0.0",
"crypto-js": "^4.0.0",
"form-data": "^4.0.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/concat-stream": "^1.6.0",
"@types/crypto-js": "^4.0.1",
"@types/uuid": "^3.4.6"
},
"gitHead": "71685f05807bfaa19f4bb65512690e3dd78fe5ea"
}