Files
twenty/packages/twenty-emails/package.json
Thomas Trompette 8982a5833c Bump version to 0.24 (#6789)
As title
2024-08-29 18:22:48 +02:00

24 lines
416 B
JSON

{
"name": "twenty-emails",
"version": "0.24.0",
"description": "",
"author": "",
"private": true,
"license": "AGPL-3.0",
"main": "./dist/index.js",
"scripts": {
"build": "npx vite build"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"engines": {
"node": "^18.17.1",
"npm": "please-use-yarn",
"yarn": "^4.0.2"
}
}