32 lines
671 B
JSON
32 lines
671 B
JSON
{
|
|
"name": "agentframework",
|
|
"version": "0.4.4",
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"description": "Agent Oriented Programming for TypeScript",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"files": [
|
|
"lib",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/agentframework/agentframework.git"
|
|
},
|
|
"keywords": [
|
|
"aop",
|
|
"typescript",
|
|
"es6",
|
|
"proxy"
|
|
],
|
|
"author": "Ling Zhang",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/agentframework/agentframework/issues"
|
|
},
|
|
"homepage": "https://github.com/agentframework/agentframework#readme"
|
|
}
|