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 59 countries!

51 lines (50 loc) 1.25 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 59 countries!", "devDependencies": { "@types/node": "^20.10.5", "browserify": "^17.0.0", "terser": "^5.26.0", "ts-node": "^10.9.2", "typedoc": "^0.25.4", "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": "v3.0.1" }