mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
29 lines
662 B
JSON
29 lines
662 B
JSON
{
|
|
"name": "function-execute-app",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^24.5.0",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">=4.0.2"
|
|
},
|
|
"packageManager": "yarn@4.9.2",
|
|
"scripts": {
|
|
"dev": "twenty dev",
|
|
"exec": "twenty exec",
|
|
"uninstall": "twenty uninstall",
|
|
"lint": "oxlint -c .oxlintrc.json .",
|
|
"lint:fix": "oxlint --fix -c .oxlintrc.json ."
|
|
},
|
|
"dependencies": {
|
|
"twenty-sdk": "latest",
|
|
"twenty-client-sdk": "latest"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.9.3",
|
|
"@types/node": "^24.7.2",
|
|
"@types/react": "^19.0.2",
|
|
"react": "^19.0.2",
|
|
"oxlint": "^0.16.0"
|
|
}
|
|
}
|