first commit for refactored project
This commit is contained in:
37
ax3Services/package.json
Normal file
37
ax3Services/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "agentx",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"@json2csv/node": "^7.0.6",
|
||||
"async": "^3.2.4",
|
||||
"cors": "^2.8.5",
|
||||
"csvtojson": "^2.0.10",
|
||||
"dirty-json": "^0.9.2",
|
||||
"docx": "^8.2.4",
|
||||
"express": "^4.18.2",
|
||||
"firebase": "^10.6.0",
|
||||
"http-proxy": "^1.18.1",
|
||||
"json2csv": "^6.0.0-alpha.2",
|
||||
"multer": "^1.4.5-lts.1",
|
||||
"openai": "^4.17.4",
|
||||
"openai-api": "^1.3.1",
|
||||
"pdf2image": "^1.2.3",
|
||||
"pdf2json": "^3.0.4",
|
||||
"pdf2pic": "^3.0.3",
|
||||
"react-router-dom": "^6.16.0",
|
||||
"readline": "^1.3.0",
|
||||
"stripe": "^14.14.0",
|
||||
"system-sleep": "^1.3.7",
|
||||
"tesseract.js": "^4.1.2",
|
||||
"uuid": "^9.0.1",
|
||||
"winston": "^3.11.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node ./app"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"description": ""
|
||||
}
|
||||
Reference in New Issue
Block a user