-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "chainforge",
"private": true,
"packageManager": "pnpm@9.0.0",
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"test": "pnpm -r test"
},
"devDependencies": {
"@prisma/client": "^7.4.1",
"@types/express": "^5.0.6",
"@types/node": "^25.9.1",
"@types/pg": "^8.20.0",
"@types/redis": "^4.0.10",
"@types/supertest": "^7.2.0",
"i": "^0.3.7",
"jest": "^30.4.2",
"npm": "^11.10.1",
"prisma": "^7.4.1",
"supertest": "^7.2.2",
"ts-jest": "^29.4.11",
"typescript": "^6.0.3"
},
"dependencies": {
"@nestjs/swagger": "^11.2.6",
"body-parser": "^2.2.2",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"pg": "^8.21.0",
"redis": "^5.12.1"
},
"version": "1.0.0",
"description": "ChainForge - Humanitarian aid distribution platform on Stellar",
"repository": {
"type": "git",
"url": "git+https://github.com/ChainForge/chainforge.git"
},
"keywords": ["humanitarian-aid", "stellar", "soroban", "blockchain", "aid-distribution", "smart-contracts"],
"author": "ChainForge Team",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ChainForge/chainforge/issues"
},
"homepage": "https://github.com/ChainForge/chainforge#readme"
}