2024-01-22 18:21:56 +03:00
|
|
|
{
|
|
|
|
"name": "twenty-emails",
|
2024-03-22 19:28:53 +03:00
|
|
|
"version": "0.3.3",
|
2024-01-22 18:21:56 +03:00
|
|
|
"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",
|
2024-01-29 12:17:12 +03:00
|
|
|
"build": "vite build",
|
|
|
|
"lint": "eslint"
|
|
|
|
},
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/index.mjs",
|
|
|
|
"require": "./dist/index.js"
|
|
|
|
}
|
2024-01-22 18:21:56 +03:00
|
|
|
},
|
2024-01-23 14:30:03 +03:00
|
|
|
"devDependencies": {
|
2024-01-29 12:17:12 +03:00
|
|
|
"@nx/vite": "17.2.8",
|
|
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
|
|
"vite": "^5.0.0",
|
|
|
|
"vite-plugin-dts": "~2.3.0",
|
|
|
|
"vite-tsconfig-paths": "^4.2.1"
|
|
|
|
},
|
2024-01-22 18:21:56 +03:00
|
|
|
"engines": {
|
|
|
|
"node": "^18.17.1",
|
|
|
|
"npm": "please-use-yarn",
|
|
|
|
"yarn": "^4.0.2"
|
2024-01-29 12:17:12 +03:00
|
|
|
},
|
|
|
|
"nx": {
|
|
|
|
"projectType": "library"
|
2024-01-22 18:21:56 +03:00
|
|
|
}
|
2024-01-29 17:28:28 +03:00
|
|
|
}
|