anime-quotes-sdk
Version:
A Node.js SDK to fetch a random quote from a pre-fetched list of quotes.
28 lines (27 loc) • 667 B
JSON
{
"name": "anime-quotes-sdk",
"version": "2.6.0",
"description": "A Node.js SDK to fetch a random quote from a pre-fetched list of quotes.",
"main": "src/animeSDK.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wolfgunblood/anime-quotes.git"
},
"keywords": [
"anime",
"naruto",
"aot"
],
"author": "wolfgunblood",
"license": "ISC",
"bugs": {
"url": "https://github.com/wolfgunblood/anime-quotes/issues"
},
"homepage": "https://github.com/wolfgunblood/anime-quotes#readme",
"dependencies": {
"axios": "^1.7.2"
}
}