@hedhog/mail 0.0.20 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +40 -40
package/package.json
CHANGED
@@ -1,40 +1,40 @@
|
|
1
|
-
{
|
2
|
-
"name": "@hedhog/mail",
|
3
|
-
"version": "0.
|
4
|
-
"main": "dist/index.js",
|
5
|
-
"scripts": {
|
6
|
-
"build": "tsc --project tsconfig.production.json && npm version patch",
|
7
|
-
"prod": "npm run build && npm publish --access public"
|
8
|
-
},
|
9
|
-
"keywords": [],
|
10
|
-
"author": "HedHog",
|
11
|
-
"license": "MIT",
|
12
|
-
"description": "",
|
13
|
-
"file": [
|
14
|
-
"dist/**/*",
|
15
|
-
"src/migrations/**/*.ts",
|
16
|
-
"src/**/*.ejs"
|
17
|
-
],
|
18
|
-
"dependencies": {
|
19
|
-
"@nestjs/axios": "^3.0.3",
|
20
|
-
"@nestjs/jwt": "^10.2.0",
|
21
|
-
"axios": "^1.7.7",
|
22
|
-
"mimemessage": "1.0.5",
|
23
|
-
"bcrypt": "^5.1.1"
|
24
|
-
},
|
25
|
-
"peerDependencies": {
|
26
|
-
"aws-sdk": "2.1691.0",
|
27
|
-
"googleapis": "144.0.0"
|
28
|
-
},
|
29
|
-
"peerDependenciesMeta": {
|
30
|
-
"aws-sdk": {
|
31
|
-
"optional": true
|
32
|
-
},
|
33
|
-
"googleapis": {
|
34
|
-
"optional": true
|
35
|
-
},
|
36
|
-
"nodemailer": {
|
37
|
-
"optional": true
|
38
|
-
}
|
39
|
-
}
|
40
|
-
}
|
1
|
+
{
|
2
|
+
"name": "@hedhog/mail",
|
3
|
+
"version": "0.3.1",
|
4
|
+
"main": "dist/index.js",
|
5
|
+
"scripts": {
|
6
|
+
"build": "tsc --project tsconfig.production.json && npm version patch",
|
7
|
+
"prod": "npm run build && npm publish --access public"
|
8
|
+
},
|
9
|
+
"keywords": [],
|
10
|
+
"author": "HedHog",
|
11
|
+
"license": "MIT",
|
12
|
+
"description": "",
|
13
|
+
"file": [
|
14
|
+
"dist/**/*",
|
15
|
+
"src/migrations/**/*.ts",
|
16
|
+
"src/**/*.ejs"
|
17
|
+
],
|
18
|
+
"dependencies": {
|
19
|
+
"@nestjs/axios": "^3.0.3",
|
20
|
+
"@nestjs/jwt": "^10.2.0",
|
21
|
+
"axios": "^1.7.7",
|
22
|
+
"mimemessage": "1.0.5",
|
23
|
+
"bcrypt": "^5.1.1"
|
24
|
+
},
|
25
|
+
"peerDependencies": {
|
26
|
+
"aws-sdk": "2.1691.0",
|
27
|
+
"googleapis": "144.0.0"
|
28
|
+
},
|
29
|
+
"peerDependenciesMeta": {
|
30
|
+
"aws-sdk": {
|
31
|
+
"optional": true
|
32
|
+
},
|
33
|
+
"googleapis": {
|
34
|
+
"optional": true
|
35
|
+
},
|
36
|
+
"nodemailer": {
|
37
|
+
"optional": true
|
38
|
+
}
|
39
|
+
}
|
40
|
+
}
|