Bumps [eslint-config-eslint](https://github.com/eslint/eslint) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: eslint-config-eslint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "stremio-torrentio",
|
|
"version": "1.0.12",
|
|
"main": "addon.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@putdotio/api-client": "^8.16.0",
|
|
"all-debrid-api": "^1.1.0",
|
|
"bottleneck": "^2.19.5",
|
|
"cache-manager": "^2.11.1",
|
|
"cache-manager-mongodb": "^0.2.2",
|
|
"debrid-link-api": "^1.0.0",
|
|
"express-rate-limit": "^5.1.1",
|
|
"https-proxy-agent": "^5.0.0",
|
|
"magnet-uri": "^5.1.7",
|
|
"named-queue": "^2.2.1",
|
|
"needle": "^2.2.4",
|
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#8fd87b3bfc7aa04143edcd4f0112868bb77dce0f",
|
|
"pg": "^7.8.2",
|
|
"pg-hstore": "^2.3.2",
|
|
"premiumize-api": "^1.0.3",
|
|
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#874f150f4c0b6ea5c67535c82b47f75ad96e50b8",
|
|
"request-ip": "^2.1.3",
|
|
"sequelize": "^4.43.0",
|
|
"stremio-addon-sdk": "^1.6.1",
|
|
"user-agents": "^1.0.559"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-eslint": "^6.0.0",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-node": "^10.0.0"
|
|
}
|
|
}
|