moves scraper to a subpackage

This commit is contained in:
TheBeastLT
2020-03-10 15:12:18 +01:00
parent dff66d8fb2
commit 58aba322c2
30 changed files with 50 additions and 28 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "stremio-torrention",
"version": "1.0.0",
"main": "index.js",
"main": "scraper/index.js",
"engines": {
"npm": "6.x",
"node": "10.x"
},
"scripts": {
"start": "node index.js"
"start": "node scraper/index.js"
},
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",