feat(create-turbo): create https://github.com/juliusmarminge/acme-corp
This commit is contained in:
45
packages/db/package.json
Normal file
45
packages/db/package.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"name": "@acme/db",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"exports": {
|
||||
".": "./index.ts"
|
||||
},
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"clean": "rm -rf .turbo node_modules",
|
||||
"db:generate": "pnpm with-env prisma generate",
|
||||
"db:push": "pnpm with-env prisma db push --skip-generate",
|
||||
"studio": "pnpm with-env prisma studio --port 5556",
|
||||
"format": "prisma format && prettier --check \"**/*.{mjs,ts,json}\"",
|
||||
"lint": "eslint .",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"with-env": "dotenv -e ../../.env.local --"
|
||||
},
|
||||
"dependencies": {
|
||||
"@planetscale/database": "^1.14.0",
|
||||
"kysely": "^0.27.2",
|
||||
"kysely-planetscale": "^1.4.0",
|
||||
"nanoid": "^5.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@acme/eslint-config": "^0.2.0",
|
||||
"@acme/prettier-config": "^0.1.0",
|
||||
"@acme/tsconfig": "^0.1.0",
|
||||
"dotenv-cli": "^7.3.0",
|
||||
"eslint": "^8.56.0",
|
||||
"prettier": "^3.2.4",
|
||||
"prisma": "^5.8.1",
|
||||
"prisma-kysely": "^1.7.1",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": [
|
||||
"@acme/eslint-config/base"
|
||||
],
|
||||
"rules": {
|
||||
"@typescript-eslint/consistent-type-definitions": "off"
|
||||
}
|
||||
},
|
||||
"prettier": "@acme/prettier-config"
|
||||
}
|
||||
Reference in New Issue
Block a user