zapishis-client/package.json
2025-01-10 12:27:44 +03:00

26 lines
767 B
JSON

{
"name": "client",
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint -- --fix --max-warnings 0",
"format": "prettier --end-of-line lf --write \"**/*.{ts,tsx,md,mjs}\"",
"prepare": "husky",
"lint-staged": "turbo lint-staged",
"graphql:codegen": "turbo graphql:codegen",
"test:unit": "turbo test:unit",
"test:e2e": "turbo test:e2e"
},
"devDependencies": {
"husky": "catalog:",
"prettier": "catalog:",
"turbo": "^2.3.2",
"typescript": "catalog:"
},
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"engines": {
"node": ">=18"
}
}