{ "name": "self-hosting", "version": "0.0.1", "license": "MIT", "engines": { "node": "^24.5.0", "npm": "please-use-yarn", "yarn": ">=4.0.2" }, "packageManager": "yarn@4.9.2", "scripts": { "twenty": "twenty", "lint": "oxlint -c .oxlintrc.json .", "lint:fix": "oxlint --fix -c .oxlintrc.json ." }, "devDependencies": { "@types/node": "^24.7.2", "oxlint": "^0.16.0", "twenty-sdk": "0.6.2" }, "$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/appManifest.schema.json", "universalIdentifier": "a7070f46-3158-4b40-828f-8e6b1febc233" }