26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "@sexy/email",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"require": "./dist/index.js",
|
|
"types": "./dist/index.d.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"dev": "tsc --watch"
|
|
},
|
|
"dependencies": {
|
|
"@maizzle/framework": "6.0.0-15",
|
|
"@maizzle/tailwindcss": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.0.0",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
}
|