Add dev dependencies

This commit is contained in:
Hazem Krimi
2020-11-28 20:38:37 +01:00
parent 5dd628f00e
commit 080ab43344
2 changed files with 3745 additions and 0 deletions
+3738
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -27,5 +27,12 @@
"sodium": "^3.0.2", "sodium": "^3.0.2",
"winston": "^3.2.1", "winston": "^3.2.1",
"ytdl-core": "^4.0.3" "ytdl-core": "^4.0.3"
},
"devDependencies": {
"dotenv": "^8.2.0",
"node-gyp": "^7.1.2",
"node-pre-gyp": "^0.16.0",
"nodemon": "^2.0.6",
"patch-package": "^6.2.2"
} }
} }