{ | |
"name": "langchain-api", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"type": "module", | |
"scripts": { | |
"dev": "nodemon app.js", | |
"start": "node app.js" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"body-parser": "^1.20.2", | |
"cors": "^2.8.5", | |
"dotenv": "^16.3.1", | |
"express": "^4.18.2", | |
"nodemon": "^3.0.1" | |
} | |
} | |