-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 899 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "foxy-subscription-alert",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "c8 mocha"
},
"engines": {
"node": ">= 12.20.1"
},
"keywords": [
"Foxy",
"mail",
"subscription"
],
"author": "Foxy.io",
"license": "ISC",
"devDependencies": {
"@foxy.io/eslint-config": "^1.0.0",
"c8": "^7.4.0",
"chai": "^4.2.0",
"commitizen": "^4.2.3",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^8.2.0",
"mocha": "^8.2.1",
"mock-fs": "^4.13.0",
"prettier": "^2.2.1"
},
"dependencies": {
"@foxy.io/sdk": "^1.0.0-beta.1",
"email-validator": "^2.0.4",
"html-to-text": "^6.0.0",
"mjml": "^4.8.1",
"nodemailer": "^6.4.17",
"twig": "^1.15.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}