mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
replace torrent-stream (high vunerabilities) with webtorrent, gives us clean package audit
This commit is contained in:
@@ -8,8 +8,13 @@
|
||||
"rootDir": "./src",
|
||||
"sourceMap": true,
|
||||
"target": "ES6",
|
||||
"lib": ["es6"],
|
||||
"types": ["node", "reflect-metadata"],
|
||||
"lib": [
|
||||
"es6"
|
||||
],
|
||||
"types": [
|
||||
"node",
|
||||
"reflect-metadata"
|
||||
],
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
|
||||
Reference in New Issue
Block a user