package.json•962 B
{
"name": "express-sample",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"compile": "tsc",
"build": "pnpm build:clean && pnpm compile",
"build:clean": "rimraf ./lib",
"build:watch": "tsc --watch",
"build-and-run": "pnpm build && node lib/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@genkit-ai/firebase": "workspace:*",
"@genkit-ai/googleai": "workspace:*",
"@genkit-ai/vertexai": "workspace:*",
"@langchain/community": "^0.0.53",
"@langchain/core": "^0.1.61",
"@opentelemetry/api": "^1.9.0",
"express": "^4.21.0",
"genkit": "workspace:*",
"genkitx-langchain": "workspace:*",
"genkitx-ollama": "workspace:*",
"langchain": "^0.1.36",
"pdf-parse": "^1.1.1"
},
"devDependencies": {
"@types/express": "^4.17.21",
"rimraf": "^6.0.1",
"typescript": "^5.3.3"
}
}