Files
native-app/package.json
Adrian Castro a4777e442e chore: metadata
2024-02-04 11:40:24 +01:00

37 lines
1.2 KiB
JSON

{
"name": "@movie-web/native",
"private": true,
"engines": {
"node": ">=20.11.0"
},
"packageManager": "pnpm@8.15.0",
"scripts": {
"build": "turbo build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo clean",
"db:push": "pnpm -F db push",
"db:studio": "pnpm -F db studio",
"dev": "turbo dev --parallel",
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
"lint:fix": "turbo lint --continue -- --fix --cache --cache-location node_modules/.cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@movie-web/prettier-config": "workspace:^0.1.0",
"@turbo/gen": "^1.11.3",
"prettier": "^3.1.1",
"turbo": "^1.11.3",
"typescript": "^5.3.3"
},
"prettier": "@movie-web/prettier-config",
"pnpm": {
"patchedDependencies": {
"nativewind@4.0.23": "patches/nativewind@4.0.23.patch"
}
}
}