mirror of
https://github.com/Viren070/stremio-addons-list.git
synced 2025-12-01 23:19:02 +01:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"name": "stremio-addons-list",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "node build.js"
|
|
},
|
|
"dependencies": {
|
|
"@octokit/graphql": "^4.5.2",
|
|
"needle": "3.1.0",
|
|
"async.queue": "0.5.2",
|
|
"slug": "8.2.2"
|
|
},
|
|
"engines": {
|
|
"node": "16.18.0"
|
|
}
|
|
}
|