PRIMEIRO ENVIO
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "@cloneweb/database",
|
||||
"version": "1.0.0",
|
||||
"description": "Database schemas and migrations",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"dev": "tsc --watch",
|
||||
"clean": "rm -rf dist",
|
||||
"migrate": "prisma migrate dev",
|
||||
"generate": "prisma generate",
|
||||
"seed": "tsx seed.ts",
|
||||
"studio": "prisma studio",
|
||||
"test": "jest",
|
||||
"test:property": "jest --testNamePattern='Property'",
|
||||
"test:watch": "jest --watch",
|
||||
"db:push": "prisma db push",
|
||||
"db:reset": "prisma db push --force-reset"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.4.2",
|
||||
"@cloneweb/shared": "file:../shared",
|
||||
"prisma": "^5.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.5",
|
||||
"fast-check": "^3.13.2",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.1.1",
|
||||
"tsx": "^3.14.0",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user