🧑‍💻 Switch to pnpm

This commit is contained in:
Luke Vella 2024-10-12 14:26:05 +01:00
parent 9af5b696c8
commit 07bd33fa63
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C
27 changed files with 19407 additions and 16350 deletions

View file

@ -12,9 +12,12 @@
"exports": "./index.ts",
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@rallly/tsconfig": "*",
"@rallly/tsconfig": "workspace:*",
"@types/node": "^18.15.10",
"prisma": "^5.17.0",
"tsx": "^4.6.2"
},
"dependencies": {
"@prisma/client": "^5.20.0"
}
}