{ "name": "twenty-for-twenty", "version": "0.1.0", "license": "MIT", "engines": { "node": "^24.5.0", "npm": "please-use-yarn", "yarn": ">=4.0.2" }, "keywords": [], "packageManager": "yarn@4.9.2", "scripts": { "twenty": "twenty", "lint": "oxlint -c .oxlintrc.json .", "lint:fix": "oxlint --fix -c .oxlintrc.json .", "test": "vitest run", "test:watch": "vitest", "test:unit": "vitest run --config vitest.unit.config.ts", "test:unit:watch": "vitest --config vitest.unit.config.ts" }, "dependencies": { "resend": "^6.12.0", "twenty-client-sdk": "npm:twenty-client-sdk@1.23.0-canary.1", "twenty-sdk": "npm:twenty-sdk@2.0.0" }, "devDependencies": { "@types/node": "^24.7.2", "@types/react": "^18.2.0", "oxlint": "^0.16.0", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.9.3", "vite-tsconfig-paths": "^4.2.1", "vitest": "^3.1.1" } }