37 lines
857 B
JSON
37 lines
857 B
JSON
{
|
|
"name": "wrenchboard-media-micro",
|
|
"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",
|
|
"multer": "^1.4.5-lts.1",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"nodemon": "^3.1.0"
|
|
}
|
|
}
|