{ "name": "hello-world", "version": "0.2.2", "license": "MIT", "engines": { "node": "^24.5.0", "npm": "please-use-yarn", "yarn": ">=4.0.2" }, "packageManager": "yarn@4.9.2", "scripts": { "twenty": "twenty", "auth": "twenty auth:login", "dev": "twenty app:dev", "build": "twenty app:build", "typecheck": "twenty app:typecheck", "uninstall": "twenty app:uninstall", "entity:add": "twenty entity:add" }, "dependencies": { "twenty-sdk": "0.6.3" }, "devDependencies": { "@types/node": "^24.7.2" } }