-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "resend-for-wordpress",
"version": "0.0.0-development",
"description": "Resend for WordPress seamlessly integrates the Resend.com API with your WordPress site, replacing the default PHPMailer.",
"author": "CloudCatch LLC <[email protected]> (https://cloudcatch.io)",
"license": "GPL-2.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/cloudcatch/resend.git"
},
"bugs": {
"url": "https://github.com/cloudcatch/resend/issues",
"email": "[email protected]"
},
"scripts": {
"email:dev": "maizzle serve",
"email:build": "maizzle build production"
},
"dependencies": {
"@maizzle/framework": "latest",
"tailwindcss-box-shadow": "^2.0.0",
"tailwindcss-email-variants": "^2.0.0",
"tailwindcss-mso": "^1.4.1"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^11.1.0",
"semantic-release": "^23.0.2",
"semantic-release-plugin-update-version-in-files": "^1.1.0"
}
}