UNPKG

streaming-availability

Version:

Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!

50 lines (49 loc) 1.22 kB
{ "author": "Movie of the Night", "bugs": "https://github.com/movieofthenight/ts-streaming-availability/issues", "description": "Streaming Availability API allows getting streaming availability information of movies and series; and querying the list of available shows on streaming services such as Netflix, Disney+, Apple TV, Max and Hulu across 60 countries!", "devDependencies": { "@types/node": "^22.7.9", "esbuild": "^0.24.2", "ts-node": "^10.9.2", "typedoc": "^0.26.11", "typescript": "^4.0" }, "engines": { "node": ">=18.0.0" }, "homepage": "https://www.movieofthenight.com/about/api", "keywords": [ "streaming", "streaming-availability", "movie", "movies", "series", "netflix", "disney", "disney+", "hbo-max", "hbo", "max", "hulu", "apple-tv", "prime-video", "amazon-prime-video", "amazon-prime", "api" ], "license": "MIT", "main": "./dist/index.js", "name": "streaming-availability", "repository": { "type": "git", "url": "https://github.com/movieofthenight/ts-streaming-availability.git" }, "scripts": { "build": "tsc", "prepare": "npm run build", "test": "ts-node test/test.ts" }, "typings": "./dist/index.d.ts", "version": "v4.5.0" }