mirror of
https://github.com/AtHeartEngineering/bandada.git
synced 2026-01-09 18:18:19 -05:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "api",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "rimraf data && nest start --watch",
|
|
"start": "node dist/main",
|
|
"build": "nest build"
|
|
},
|
|
"dependencies": {
|
|
"@bandada/credentials": "2.2.6",
|
|
"@bandada/utils": "2.2.6",
|
|
"@ethersproject/hash": "^5.7.0",
|
|
"@nestjs/common": "^9.0.0",
|
|
"@nestjs/core": "^9.0.0",
|
|
"@nestjs/mapped-types": "^1.2.2",
|
|
"@nestjs/platform-express": "^9.0.0",
|
|
"@nestjs/schedule": "^2.2.0",
|
|
"@nestjs/swagger": "^7.1.4",
|
|
"@nestjs/throttler": "^4.2.1",
|
|
"@nestjs/typeorm": "^9.0.1",
|
|
"@semaphore-protocol/group": "3.10.0",
|
|
"class-transformer": "^0.5.1",
|
|
"class-validator": "^0.14.0",
|
|
"dotenv": "^16.0.3",
|
|
"ethers": "5.5.1",
|
|
"express": "^4.18.2",
|
|
"iron-session": "^6.3.1",
|
|
"pg": "^8.8.0",
|
|
"querystring": "^0.2.1",
|
|
"reflect-metadata": "^0.1.13",
|
|
"rxjs": "^7.2.0",
|
|
"siwe": "^1.1.6",
|
|
"sqlite3": "^5.1.4",
|
|
"typeorm": "^0.3.12",
|
|
"uuid": "^9.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nestjs/cli": "^9.0.0",
|
|
"@nestjs/schematics": "^9.0.0",
|
|
"@nestjs/testing": "^9.0.0",
|
|
"@types/express": "^4.17.13",
|
|
"@types/node": "18.11.18",
|
|
"@types/uuid": "^9.0.8",
|
|
"rimraf": "^5.0.1",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|