- Improves route trigger job performances - expose function params types ## Before <img width="938" height="271" alt="image" src="https://github.com/user-attachments/assets/5752ba64-f31d-44ed-974d-536e63458f2c" /> ## After <img width="1000" height="559" alt="image" src="https://github.com/user-attachments/assets/b1f4927a-5f43-49f0-a606-244c72356772" />
26 lines
538 B
JSON
26 lines
538 B
JSON
{
|
|
"name": "hello-world",
|
|
"version": "0.2.1",
|
|
"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.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2"
|
|
}
|
|
}
|