initial commit: fork
This commit is contained in:
23
packages/db/package.json
Normal file
23
packages/db/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@master-bot/db",
|
||||
"version": "0.1.0",
|
||||
"main": "./index.ts",
|
||||
"types": "./index.ts",
|
||||
"license": "ISC",
|
||||
"scripts": {
|
||||
"clean": "rm -rf .turbo node_modules",
|
||||
"db:generate": "pnpm with-env prisma generate",
|
||||
"db:push": "pnpm with-env prisma db push --skip-generate",
|
||||
"db:reset": "pnpm with-env prisma db push --force-reset",
|
||||
"with-env": "dotenv -e ../../.env --"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.4.6",
|
||||
"dotenv-cli": "^7.2.1",
|
||||
"prisma": "^5.1.1",
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user