forked from BETAIL-BOYS/TradeFlow-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 675 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "tradeflow-api",
"version": "0.0.1",
"description": "TradeFlow RWA Backend",
"scripts": {
"build": "nest build",
"start": "nest start",
"start:dev": "nest start --watch",
"test": "jest"
},
"dependencies": {
"@nestjs/common": "^10.4.22",
"@nestjs/core": "^10.4.22",
"@nestjs/platform-express": "^10.4.22",
"@stellar/stellar-sdk": "^11.0.0",
"pg": "^8.11.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.2",
"typeorm": "^0.3.0"
},
"devDependencies": {
"@nestjs/cli": "^11.0.16",
"@types/express": "^5.0.6",
"@types/node": "^25.2.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}