19 lines
427 B
JSON
19 lines
427 B
JSON
{
|
|
"name": "smart-system-analyst-agent",
|
|
"version": "1.0.0",
|
|
"description": "AI System Analyst Agent - extracts function points and use cases via Arabic conversation",
|
|
"main": "server.js",
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"dev": "node server.js"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.19.2",
|
|
"dotenv": "^16.4.5"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|