-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "kolo-backend",
"version": "1.0.0",
"description": "Kolo bot",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts",
"dev": "nodemon src/index.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kolo-Org/Kolo-Backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://github.com/Kolo-Org/Kolo-Backend#readme",
"type": "commonjs",
"dependencies": {
"@prisma/client": "^5.11.0",
"@stellar/stellar-sdk": "^15.1.0",
"@types/supertest": "^7.2.0",
"axios": "^1.17.0",
"bullmq": "^5.79.0",
"chokidar": "^4.0.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"express-rate-limit": "^8.5.2",
"i18next": "^26.3.1",
"i18next-fs-backend": "^2.6.6",
"ioredis": "^5.11.1",
"pg": "^8.21.0",
"rate-limit-redis": "^5.0.0",
"react": "^19.2.7",
"supertest": "^7.2.2"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/express": "^5.0.6",
"@types/jest": "^30.0.0",
"@types/node": "^25.9.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/supertest": "^7.2.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1",
"jest-mock-extended": "^4.0.1",
"jsdom": "^29.1.1",
"prisma": "^5.11.0",
"react-dom": "^19.2.7",
"supertest": "^7.2.2",
"ts-jest": "^29.4.11",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
"whatwg-fetch": "^3.6.20"
}
}