UNPKG

myanimelist-api

Version:

A wrapper for Official MyAnimeList REST API V2.

35 lines (34 loc) 738 B
{ "name": "myanimelist-api", "version": "1.0.1", "description": "A wrapper for Official MyAnimeList REST API V2.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/aaditya/myanimelist-api.git" }, "keywords": [ "MyAnimeList", "API", "Anime", "JS", "Javascript", "Node", "NodeJS" ], "author": "Aaditya Chakravarty", "license": "MIT", "bugs": { "url": "https://github.com/aaditya/myanimelist-api/issues" }, "homepage": "https://github.com/aaditya/myanimelist-api#readme", "dependencies": { "axios": "^0.21.1" }, "engines": { "node": ">=12.0.0" } }