{ "name": "reactive-resume", "description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.", "version": "5.1.0", "private": true, "license": "MIT", "author": { "name": "Amruth Pillai", "email": "hello@amruthpillai.com", "url": "https://amruthpillai.com" }, "repository": { "type": "git", "url": "https://github.com/amruthpillai/reactive-resume.git" }, "packageManager": "pnpm@11.0.8+sha512.4c4097e1dd2d42372c4e7fa5a791ff28fc75a484c7ac192e64b1df0fdef17594ba982f9b4fed9adfb3c757846f565b799b2763fb3733d1de1bcb82cf46684912", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build": "turbo run build", "check": "biome check --write --unsafe .", "db:generate": "turbo run db:generate --filter=@reactive-resume/db", "db:migrate": "turbo run db:migrate --filter=@reactive-resume/db", "db:studio": "turbo run db:studio --filter=@reactive-resume/db", "lingui:extract": "turbo run lingui:extract --filter=web", "dev": "turbo run dev", "dev:web": "turbo run dev --filter=web", "knip": "knip", "start": "node apps/web/.output/server/index.mjs", "typecheck": "turbo run typecheck", "test": "turbo run test", "test:coverage": "turbo run test:coverage", "test:ci": "turbo run test:ci", "test:agent": "turbo run test:agent" }, "devDependencies": { "@biomejs/biome": "^2.4.14", "@commitlint/cli": "^20.5.3", "@commitlint/config-conventional": "^20.5.3", "@reactive-resume/config": "workspace:*", "@testing-library/dom": "^10.4.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", "jsdom": "^29.1.1", "knip": "^6.12.0", "lefthook": "^2.1.6", "npm-check-updates": "^22.1.1", "turbo": "^2.9.9", "typescript": "^6.0.3", "vitest": "^4.1.5" } }