Files
SDI 12e4f17b62
CI / typecheck (push) Successful in 1m8s
CI / format (push) Failing after 1m6s
CI / lint (push) Failing after 49s
CI / test (push) Failing after 1m8s
first commit
2026-07-15 18:05:12 +09:00

51 lines
1.6 KiB
JSON

{
"name": "abc-user-feedback",
"private": true,
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=24.14.1",
"pnpm": "^10.32.1"
},
"scripts": {
"build": "turbo run build",
"build:api": "turbo run build -F api...",
"build:web": "turbo run build -F web...",
"clean": "git clean -xdf node_modules .turbo",
"clean:workspaces": "turbo run clean",
"dev": "turbo watch dev --continue",
"dev:api": "turbo watch dev -F api...",
"dev:web": "turbo watch dev -F web...",
"format": "turbo run format --continue -- --cache --cache-location .cache/.prettiercache",
"format:fix": "turbo run format --continue -- --write --cache --cache-location .cache/.prettiercache",
"lint": "turbo run lint --continue -- --cache --cache-location .cache/.eslintcache",
"lint:fix": "turbo run lint --continue -- --fix --cache --cache-location .cache/.eslintcache",
"lint:ws": "pnpm dlx sherif@latest",
"postinstall": "pnpm lint:ws",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"test:e2e": "cd apps/e2e && pnpm test:e2e",
"test:integration": "cd apps/api && pnpm test:integration"
},
"devDependencies": {
"@ufb/prettier-config": "workspace:*",
"prettier": "catalog:",
"turbo": "^2.8.3",
"typescript": "catalog:"
},
"prettier": "@ufb/prettier-config",
"pnpm": {
"onlyBuiltDependencies": [
"@nestjs/core",
"@scarf/scarf",
"@swc/core",
"bcrypt",
"core-js",
"core-js-pure",
"deasync",
"esbuild",
"nestjs-pino",
"sharp"
]
}
}