{
  "name": "agentstack-web",
  "version": "1.0.5",
  "engines": {
    "node": ">=6.0.0"
  },
  "description": "Agent-Oriented Programming Stack for TypeScript",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "bin": {
    "stack": "./bin/standalone"
  },
  "files": [
    "bin",
    "lib",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/agentstack/agentstack-web.git"
  },
  "keywords": [
    "typescript",
    "agentframework",
    "agentstack",
    "agentserver",
    "server",
    "webserver",
    "koa"
  ],
  "author": "Ling Zhang",
  "license": "Apache-2.0",
  "dependencies": {
    "accepts": "^1.3.5",
    "agentframework": "^0.9.8",
    "agentstack": "^1.1.5",
    "bson": "^2.0.4",
    "busboy": "^0.2.14",
    "content-disposition": "^0.5.2",
    "content-type": "^1.0.4",
    "cookie": "^0.3.1",
    "escape-html": "^1.0.3",
    "keygrip": "^1.0.2",
    "lodash": "^4.17.4",
    "mime-types": "^2.1.18",
    "mongodb-core": "^3.0.5",
    "mz": "^2.7.0",
    "node-fetch": "^2.1.2",
    "resolve-path": "^1.4.0",
    "retry": "^0.10.1",
    "type-is": "^1.6.16",
    "uuid": "^3.2.1",
    "vary": "^1.1.2",
    "whatwg-url": "^6.4.0"
  },
  "optionalDependencies": {
    "koa": "^2.5.0",
    "lru-cache": "^4.1.2",
    "vue": "^2.5.13",
    "vue-server-renderer": "^2.5.13"
  }
}
