Fix missing readable-stream types (#982)

* fix missing readable-stream types

* move to normal dependencies
This commit is contained in:
IceTank 2022-04-12 18:35:48 +02:00 committed by GitHub
parent 2f27ad4028
commit aac5494a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,7 @@
"standard": "^16.0.1"
},
"dependencies": {
"@types/readable-stream": "^2.3.13",
"aes-js": "^3.1.2",
"buffer-equal": "^1.0.0",
"debug": "^4.3.2",