AGIDemo/package.json
2026-06-21 23:34:20 -06:00

19 lines
355 B
JSON

{
"name": "agi-poc",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"asterisk-manager": "^0.2.0",
"asteriskagi": "^1.2.2",
"dotenv": "^17.4.2"
}
}