mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 21:47:38 +00:00
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"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": {
|
|
"auth:login": "twenty auth login",
|
|
"auth:logout": "twenty auth logout",
|
|
"auth:status": "twenty auth status",
|
|
"auth:switch": "twenty auth switch",
|
|
"auth:list": "twenty auth list",
|
|
"app:dev": "twenty app dev",
|
|
"app:sync": "twenty app sync",
|
|
"entity:add": "twenty entity add",
|
|
"app:generate": "twenty app generate",
|
|
"function:logs": "twenty function logs",
|
|
"function:execute": "twenty function execute",
|
|
"app:uninstall": "twenty app uninstall",
|
|
"help": "twenty help",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix"
|
|
},
|
|
"dependencies": {
|
|
"twenty-sdk": "0.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.7.2"
|
|
},
|
|
"$schema": "https://raw.githubusercontent.com/twentyhq/twenty/main/packages/twenty-cli/src/constants/schemas/appManifest.schema.json",
|
|
"universalIdentifier": "a7070f46-3158-4b40-828f-8e6b1febc233"
|
|
}
|