agentstack
Version:
Enterprise Application Stack for TypeScript
34 lines (33 loc) • 616 B
JSON
{
"name": "agentstack",
"version": "1.2.763",
"engines": {
"node": ">=8.5.0"
},
"description": "Enterprise Application Stack for TypeScript",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"README.md",
"LICENSE"
],
"keywords": [
"enterprise",
"conf",
"configuration",
"logger",
"logging",
"yaml",
"exception",
"es6"
],
"author": "Ling Zhang",
"dependencies": {
"agentframework": "^0.9.12",
"js-yaml": "^3.10.0",
"json-stringify-safe": "^5.0.1",
"retry": "^0.12.0"
}
}