{ | |
"name": "dev-mode-javascript", | |
"version": "1.0.0", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "", | |
"license": "ISC", | |
"description": "", | |
"dependencies": { | |
"express": "^4.19.2", | |
"cors": "^2.8.5", | |
"axios": "*", | |
"dotenv": "*", | |
"mongodb": "*", | |
"cheerio": "*", | |
"node-fetch": "*", | |
"sharp": "*", | |
"swagger-ui-express": "4.3.0", | |
"swagger-ui-dist": "4.3.0", | |
"swagger-jsdoc": "^6.2.8", | |
"@google/generative-ai": "*" | |
}, | |
"type": "module" | |
} | |