UNPKG

koagent

Version:
61 lines (60 loc) 1.6 kB
{ "name": "koagent", "version": "0.1.21", "description": "", "main": "dist/index.js", "scripts": { "start": "ts-node src/app", "build:client": "parcel build client/index.html -d dist/client", "dev:client": "parcel client/index.html", "build": "rimraf dist && tsc && npm run build:client", "reset": "ts-node scripts/postinstall", "copyCert": "node ./dist/scripts/copyCert.js", "prepublishOnly": "npm run build", "test": "ts-node src/request" }, "keywords": [ "koa", "agent", "proxy", "代理", "koagent" ], "repository": { "type": "git", "url": "git@github.com:cytle/koagent.git" }, "author": "炒饭 <canyoutle@gmail.com> (https://github.com/cytle)", "dependencies": { "axios": "^0.18.0", "babel-polyfill": "^6.26.0", "debug": "^4.1.0", "fs-extra": "^7.0.0", "get-port": "^4.0.0", "koa": "^2.5.3", "koa-logger": "^3.2.0", "koa-mount": "^4.0.0", "koa-router": "^7.4.0", "koagent-certificate": "^0.1.21", "koagent-client": "^0.1.21", "koagent-http-proxy": "^0.1.21", "koagent-server": "^0.1.21", "lodash": "^4.17.11", "request": "^2.88.0", "vue": "^2.5.17" }, "license": "ISC", "devDependencies": { "@types/koa": "^2.0.46", "@types/koa-router": "^7.0.32", "@types/lodash": "^4.14.117", "@types/node": "^10.12.0", "babel-core": "^6.26.3", "babel-plugin-transform-object-rest-spread": "^6.26.0", "cssnano": "^4.1.7", "koa-static": "^5.0.0", "rimraf": "^2.6.2", "ts-node": "^7.0.1", "typescript": "^3.1.4" } }