mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
27 lines
687 B
JSON
27 lines
687 B
JSON
{
|
|
"name": "stremio-torrentio",
|
|
"version": "1.0.0",
|
|
"main": "addon.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "TheBeastLT <pauliox@beyond.lt>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"cache-manager": "^2.9.0",
|
|
"cache-manager-mongodb": "^0.2.1",
|
|
"express-rate-limit": "^5.1.1",
|
|
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#master",
|
|
"pg": "^7.8.2",
|
|
"pg-hstore": "^2.3.2",
|
|
"sequelize": "^4.43.0",
|
|
"stremio-addon-sdk": "^1.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-eslint": "^5.0.1",
|
|
"eslint-config-google": "^0.14.0",
|
|
"eslint-plugin-node": "^10.0.0"
|
|
}
|
|
}
|