{ "name": "invalid-app", "version": "0.1.0", "license": "MIT", "engines": { "node": "^24.5.0", "npm": "please-use-yarn", "yarn": ">=4.0.2" }, "packageManager": "yarn@4.9.2", "scripts": { "auth:login": "twenty auth:login", "auth:logout": "twenty auth:logout", "auth:status": "twenty auth:status", "auth:switch": "twenty auth:switch", "auth:list": "twenty auth:list", "app:dev": "twenty app:dev", "entity:add": "twenty entity:add", "function:logs": "twenty function:logs", "function:execute": "twenty function:execute", "app:uninstall": "twenty app:uninstall", "help": "twenty help", "lint": "oxlint -c .oxlintrc.json .", "lint:fix": "oxlint --fix -c .oxlintrc.json ." }, "dependencies": { "twenty-sdk": "latest" }, "devDependencies": { "typescript": "^5.9.3", "@types/node": "^24.7.2", "@types/react": "^19.0.2", "react": "^19.0.2", "oxlint": "^0.16.0" } }