justwatch-api-client
Version:
A client library to interact with the unofficial JustWatch GraphQL API for searching movies/shows and getting streaming information.
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "justwatch-api-client",
"version": "1.0.4",
"description": "A client library to interact with the unofficial JustWatch GraphQL API for searching movies/shows and getting streaming information.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist/",
"README.md"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Soumya Deep Sarkar",
"license": "ISC",
"keywords": [
"justwatch",
"streaming",
"api",
"client",
"movie",
"show",
"typescript"
],
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"getactiveproxies": "^1.0.1",
"https-proxy-agent": "^7.0.6",
"super-fetch-proxy": "^1.0.2",
"timed-function": "^1.0.4"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.14.1",
"jest": "^29.7.0",
"ts-jest": "^29.3.2",
"typescript": "^5.8.3"
}
}