twenty/packages/twenty-emails/package.json
Charles Bochet 3f0743493b
Fix Continuous Deployment script after adding twenty-emails package (#3589)
* Fix cd

* Fix server

* Fix server

* Fix server

* Fix server

* Fix

* Fix docs

* Fix
2024-01-23 12:30:03 +01:00

25 lines
530 B
JSON

{
"name": "twenty-emails",
"version": "0.1.0",
"description": "",
"author": "",
"private": true,
"license": "AGPL-3.0",
"main": "./dist/index.js",
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-emails node ../../node_modules/nx/bin/nx.js",
"build": "tsup"
},
"devDependencies": {
"@react-email/components": "0.0.12",
"@types/react": "^18.2.39",
"tsup": "^8.0.1",
"typescript": "^5.3.3"
},
"engines": {
"node": "^18.17.1",
"npm": "please-use-yarn",
"yarn": "^4.0.2"
}
}