{
  "name": "agentframework",
  "version": "2.0.4",
  "engines": {
    "node": ">=8",
    "typescript": ">=3"
  },
  "sideEffects": false,
  "description": "TypeScript that scales",
  "author": "Ling Zhang",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentframework/agentframework.git"
  },
  "bugs": {
    "url": "https://github.com/agentframework/agentframework/issues"
  },
  "homepage": "https://github.com/agentframework/agentframework#readme",
  "keywords": [
    "agent",
    "aop",
    "typescript",
    "es6",
    "dependency injection",
    "proxy",
    "interceptor",
    "ioc",
    "codegen"
  ],
  "type": "commonjs",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "jsnext:main": "lib/index.mjs",
  "types": "lib/index.d.ts",
  "typings": "lib/index.d.ts",
  "files": [
    "LICENSE",
    "NOTICE",
    "README.md",
    "lib"
  ],
  "exports": {
    ".": {
      "import": "./lib/index.mjs",
      "require": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  }
}