Files
stats/package.json
Carl-Gerhard Lindesvärd 2226cb463d wip
2024-08-09 23:00:38 +02:00

34 lines
1.1 KiB
JSON

{
"name": "@openpanel/root",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Carl-Gerhard Lindesvärd",
"packageManager": "pnpm@8.7.6",
"module": "index.ts",
"scripts": {
"db:codegen": "pnpm -r --filter db run codegen",
"migrate": "pnpm -r --filter db run migrate",
"migrate:deploy": "pnpm -r --filter db run migrate:deploy",
"dev": "pnpm -r --parallel testing",
"format": "pnpm -r format --cache --cache-location=\"node_modules/.cache/.prettiercache\"",
"format:fix": "pnpm -r format --write --cache --cache-location=\"node_modules/.cache/.prettiercache\"",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint --fix",
"lint:workspace": "pnpm dlx sherif@latest",
"typecheck": "pnpm -r typecheck"
},
"dependencies": {
"@openpanel/prettier-config": "^0.1.0",
"dotenv-cli": "^7.3.0",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"typescript": "^5.2.2"
},
"prettier": "@openpanel/prettier-config",
"pnpm": {
"patchedDependencies": {
"@bull-board/api@5.21.0": "patches/@bull-board__api@5.21.0.patch"
}
}
}