We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d2969 commit bba8182Copy full SHA for bba8182
package.json
@@ -9,17 +9,18 @@
9
},
10
"author": "",
11
"license": "MIT",
12
- "dependencies": {},
13
- "devDependencies": {
14
- "@babel/core": "^7.9.0",
15
- "@babel/register": "^7.9.0",
+ "dependencies": {
16
"@types/lodash": "^4.14.165",
17
"@types/node": "^13.13.15",
18
"camelcase-keys": "^7.0.2",
19
"snakecase-keys": "^5.4.2",
20
"kebabcase-keys": "^1.0.0",
21
"axios": "^0.19.1",
22
- "lodash": "^4.17.19",
+ "lodash": "^4.17.19"
+ },
+ "devDependencies": {
+ "@babel/core": "^7.9.0",
23
+ "@babel/register": "^7.9.0",
24
"nodemailer": "^6.4.11",
25
"nodemon": "^2.0.4",
26
"typescript": "^4.0.3",
0 commit comments