familybotlistapi
Version:
Simple Requests in API
27 lines (26 loc) • 566 B
JSON
{
"name": "familybotlistapi",
"version": "1.0.2",
"description": "Simple Requests in API",
"main": "index.js",
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GAARA041/familybotlistapi.git"
},
"keywords": [
"BotList",
"API"
],
"author": "Cassiano",
"license": "ISC",
"bugs": {
"url": "https://github.com/GAARA041/familybotlistapi/issues"
},
"homepage": "https://github.com/GAARA041/familybotlistapi#readme",
"dependencies": {
"node-fetch": "^2.6.1"
}
}