@ifraan_/tmdb.js
Version:
Wrapper for TMDB API.
32 lines • 612 B
JSON
{
"name": "@ifraan_/tmdb.js",
"version": "1.1.2",
"description": "Wrapper for TMDB API.",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iFraan/tmdb.js.git"
},
"keywords": [
"movie-api",
"movie",
"serie",
"tv-show",
"tmdb.js",
"show",
"tmdb",
"wrapper"
],
"author": "ifraan_",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/iFraan/tmdb.js/issues"
},
"homepage": "https://github.com/iFraan/tmdb.js#readme",
"dependencies": {
"axios": "^1.4.0"
}
}