@kenote/api-proxy
Version:
52 lines (51 loc) • 1.18 kB
JSON
{
"name": "@kenote/api-proxy",
"version": "1.0.53",
"description": ".",
"main": "dist/index.js",
"typings": "types/index.d.ts",
"author": "thondery <thondery@163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kenote/kenote.js"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@kenote/config": "latest",
"@kenote/core": "latest",
"@kenote/protobuf": "latest",
"http-errors": "^1.8.1",
"ioredis": "^4.28.5",
"parse-string": "^1.2.5",
"runscript": "^1.5.2"
},
"devDependencies": {
"@kenote/koa": "latest",
"@types/http-errors": "^1.8.2",
"@types/ioredis": "4.28.8",
"@types/jest": "^25.2.3",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/supertest": "^2.0.12",
"jest": "^25.5.4",
"supertest": "^6.2.3",
"ts-jest": "^25.5.1",
"ts-node": "^10.5.0",
"typescript": "^4.6.3"
},
"scripts": {
"test": "jest",
"build": "rm -rf ./dist && tsc"
},
"engines": {
"node": ">=14"
},
"keywords": [
"kenote.js",
"api-proxy"
],
"gitHead": "12eba1bdc7ff27563494b5528fb571d1f7865e8b"
}