mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
As title <img width="1108" height="894" alt="image" src="https://github.com/user-attachments/assets/e2dc7e12-72e3-4ca3-ac7b-a94de547f82a" />
25 lines
538 B
JSON
25 lines
538 B
JSON
{
|
|
"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": {
|
|
"create-entity": "twenty app add",
|
|
"dev": "twenty app dev",
|
|
"generate": "twenty app generate",
|
|
"sync": "twenty app sync",
|
|
"uninstall": "twenty app uninstall",
|
|
"auth": "twenty auth login"
|
|
},
|
|
"dependencies": {
|
|
"twenty-sdk": "0.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2"
|
|
}
|
|
}
|