Files
WrenchBoardMediaMicro/package.json
T
CHIEFSOFT\ameye 894e73fa88 first commit
2024-03-23 14:00:42 -04:00

32 lines
744 B
JSON

{
"name": "node-video-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start:dev": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.7",
"body-parser": "^1.19.0",
"openai": "^4.28.4",
"openapi-types": "^10.0.0",
"pg": "8.7.1",
"pg-pool": "^3.5.1",
"request": "^2.88.2",
"swagger-autogen": "^2.17.2",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.3.0",
"underscore": "^1.8.3",
"url": "^0.11.0",
"winston": "^2.3.1",
"winston-papertrail": "^1.0.4",
"cors": "^2.8.5",
"express": "^4.18.2"
}
}