UNPKG

tmdb-interface

Version:

This is a Node.js wrapper of TMDB API. We apply chain-style design on it, which make it more semantic and functional.

19 lines (18 loc) 434 B
{ "name": "tmdb-interface", "version": "1.0.23", "description": "This is a Node.js wrapper of TMDB API. We apply chain-style design on it, which make it more semantic and functional.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "TMDB", "node.js" ], "author": "Jiwen Young", "license": "ISC", "dependencies": { "axios": "^0.21.1" } }