{ "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.5", "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.1.3+sha512.c85357fe17ca12dd23dd7071822666dfd7e3cb76fe214e3370b5ea2fb34f2a231185509b63e717f3cd0acb38dd3f8d82bcd5e8172400ae678b70ea4fbed0896d", "workspaces": [ "apps/*", "packages/*", "tooling" ], "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/server/dist/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.15", "@commitlint/cli": "^21.0.1", "@commitlint/config-conventional": "^21.0.1", "@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.9.0", "@vitest/coverage-v8": "^4.1.6", "happy-dom": "^20.9.0", "knip": "^6.14.1", "lefthook": "^2.1.6", "npm-check-updates": "^22.2.0", "turbo": "^2.9.14", "typescript": "^6.0.3", "vitest": "^4.1.6" } }