Files
Pien-Studio/package.json
T
dependabot[bot]andGitHub 75657e4411 build(deps-dev): bump typescript from 6.0.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-12 11:23:05 +00:00

40 lines
1.0 KiB
JSON

{
"name": "pien-studio",
"private": true,
"packageManager": "bun@1.1.38",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"check": "bun run typecheck && bun run test",
"lint": "turbo run lint",
"test": "turbo run test",
"test:unit": "turbo run test",
"test:coverage": "turbo run test -- --coverage",
"test:e2e": "playwright test",
"typecheck": "turbo run typecheck",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"prepare": "husky"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.6.0",
"@vitest/coverage-v8": "4.1.5",
"eslint": "^9",
"eslint-config-next": "^16.2.6",
"husky": "^9.1.7",
"jsdom": "^29.1.1",
"prettier": "^3.8.3",
"turbo": "^2.9.15",
"typescript": "^7.0.2",
"vitest": "^4.1.5"
}
}