{ "name": "twenty-standard-application", "private": true, "version": "0.1.0", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "AGPL-3.0", "scripts": { "build": "tsx scripts/build-standard-front-components.ts" }, "devDependencies": { "esbuild": "^0.25.10", "react": "^18.3.1", "tinyglobby": "^0.2.15", "tsx": "^4.19.3", "twenty-sdk": "workspace:*", "twenty-shared": "workspace:*" }, "engines": { "node": "^24.5.0" } }