Quick proof of concept for twenty-apps + twenty-cli, with local development / hot reload Let's discuss it! https://github.com/user-attachments/assets/c6789936-cd5f-4110-a265-863a6ac1af2d
33 lines
736 B
JSON
33 lines
736 B
JSON
{
|
|
"name": "twenty-apps",
|
|
"version": "0.1.0",
|
|
"description": "Collection of Twenty CRM applications and extensions",
|
|
"private": true,
|
|
"keywords": [
|
|
"twenty",
|
|
"crm",
|
|
"applications",
|
|
"extensions",
|
|
"marketplace"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/twentyhq/twenty.git",
|
|
"directory": "packages/twenty-apps"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"scripts": {
|
|
"lint": "echo 'No linting needed for application manifests'",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.9.3",
|
|
"@swc/jest": "^0.2.36",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^24.3.1",
|
|
"jest": "^30.1.3",
|
|
"typescript": "^5.9.2"
|
|
}
|
|
}
|