UNPKG

457 BJSONView Raw
1{
2 "name": "@e2/core",
3 "version": "1.1.51",
4 "engines": {
5 "node": ">=8.5.0"
6 },
7 "description": "Enterprise Application Stack",
8 "main": "lib/index.js",
9 "module": "lib/index.mjs",
10 "typings": "lib/index.d.ts",
11 "files": [
12 "lib",
13 "README.md",
14 "COPYRIGHT"
15 ],
16 "author": "Ling Zhang",
17 "dependencies": {
18 "agentframework": "^0.9.16",
19 "js-yaml": "^3.12.0",
20 "json-stringify-safe": "^5.0.1",
21 "retry": "^0.12.0"
22 }
23}