mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-22 21:50:43 +03:00
064e47b59a
* Fix CIs * Fix docs * Fix eslint-build * Move file * Move back * Fix server ci * Fix server ci * Fix server ci * Fix server ci * Deactivate e2e tests * Fix front * Fix front * Fix front * Add twenty-zapier and twenty-utils to the yarn project * fix * fix * Remove pull_request trigger
29 lines
571 B
JSON
29 lines
571 B
JSON
{
|
|
"name": "twenty",
|
|
"version": "0.2.1",
|
|
"packageManager": "yarn@4.0.2",
|
|
"engines": {
|
|
"node": "^18.16.0",
|
|
"npm": "please-use-yarn",
|
|
"yarn": ">=4.0.2"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/eslint-plugin-twenty",
|
|
"packages/twenty-front",
|
|
"packages/twenty-docs",
|
|
"packages/twenty-server",
|
|
"packages/twenty-utils",
|
|
"packages/twenty-zapier"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"nx": "17.2.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"dependencies": {
|
|
"patch-package": "^8.0.0"
|
|
}
|
|
}
|