-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 880 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 880 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
29
30
31
32
33
34
35
36
{
"name": "typescript-orm-benchmark",
"module": "index.ts",
"type": "module",
"devDependencies": {
"@pgtyped/cli": "^2.4.3",
"@types/pg": "^8.15.6",
"@types/pg-pool": "^2.0.6",
"bun-types": "latest"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@faker-js/faker": "^10.1.0",
"@mikro-orm/core": "^6.6.0",
"@mikro-orm/mysql": "^6.6.0",
"@mikro-orm/postgresql": "^6.6.0",
"@pgtyped/runtime": "^2.4.2",
"@prisma/client": "^6.19.0",
"drizzle-orm": "^0.44.7",
"knex": "^3.1.0",
"kysely": "^0.28.8",
"mariadb": "^3.4.5",
"mitata": "^1.0.34",
"mysql2": "^3.15.3",
"pg": "^8.16.3",
"pg-pool": "^3.10.1",
"postgres": "~3.4.7",
"prisma": "^6.19.0",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.7",
"ts-node": "^10.9.2",
"typeorm": "^0.3.27"
}
}