35 lines
886 B
JSON
35 lines
886 B
JSON
{
|
|
"name": "genwealth",
|
|
"version": "1.0.0",
|
|
"description": "GenWealth Advisor API.",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"start": "ts-node index.ts",
|
|
"prebuild": "npm install",
|
|
"build": "npx tsc --outDir ./dist",
|
|
"clean": "(rm -rf ./dist && rm -rf ./node_modules)"
|
|
},
|
|
"dependencies": {
|
|
"@angular/cli": "^18.2.4",
|
|
"@google-cloud/discoveryengine": "^1.4.1",
|
|
"@google-cloud/storage": "^7.9.0",
|
|
"@google-cloud/vertexai": "^1.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"lodash": "^4.17.21",
|
|
"multer": "^1.4.5-lts.1",
|
|
"pg": "^8.7.3",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.17",
|
|
"@types/express": "^4.17.21",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/multer": "^1.4.11",
|
|
"@types/pg": "^8.11.2",
|
|
"@types/uuid": "^9.0.8",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.5.5"
|
|
}
|
|
}
|