pia6-4 1.0.1 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -2
package/package.json CHANGED
@@ -1,8 +1,12 @@
1
1
  {
2
2
  "name": "pia6-4",
3
- "version": "1.0.1",
3
+ "version": "1.1.0",
4
4
  "description": "My first package",
5
5
  "main": "m06_03.js",
6
6
  "author": "PIA",
7
- "license": "ISC"
7
+ "license": "ISC",
8
+ "dependencies": {
9
+ "dotenv": "^16.0.3",
10
+ "nodemailer": "^6.8.0"
11
+ }
8
12
  }