@tnhb/cache
Version:
TNHB 缓存 By blak-kong
44 lines (43 loc) • 924 B
JSON
{
"name": "@tnhb/cache",
"version": "1.1.1",
"description": "TNHB 缓存 By blak-kong",
"keywords": [
"火币",
"火币网",
"huobi",
"huobi sdk"
],
"author": "blak-kong <blak-kong@foxmail.com>",
"homepage": "http://gitee.com/blak-kong/TNHB",
"license": "Apache-2.0",
"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"
},
"gitHead": "71685f05807bfaa19f4bb65512690e3dd78fe5ea"
}