acb-api
Version:
a api that uses the animecharacterdatabase and access information from there
25 lines (24 loc) • 452 B
JSON
{
"name": "acb-api",
"version": "1.3.6",
"description": "a api that uses the animecharacterdatabase and access information from there",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"keywords": [
"api",
"anime",
"character",
"database",
"information",
"axios",
"acb"
],
"author": ".nero",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.5"
}
}