@leventhan/battlemetrics
Version:
An object-oriented BattleMetrics (API) package for NodeJS. With error handling and control checks before sending API requests.
29 lines (28 loc) • 747 B
JSON
{
"name": "@leventhan/battlemetrics",
"version": "1.5.7",
"description": "An object-oriented BattleMetrics (API) package for NodeJS. With error handling and control checks before sending API requests.",
"main": "index.js",
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/11TStudio/BattleMetrics.git"
},
"keywords": [
"bmapi",
"bm",
"battlemetrics-client",
"battlemetrics"
],
"author": "curse",
"license": "ISC",
"bugs": {
"url": "https://github.com/11TStudio/BattleMetrics/issues"
},
"homepage": "https://github.com/11TStudio/BattleMetrics#readme",
"dependencies": {
"axios": "^0.21.1"
}
}