UNPKG

@theedeer0/battlemetrics-api

Version:

An object-oriented BattleMetrics API wrapper for Node.js developers with TypeScript support.

42 lines (41 loc) 1.09 kB
{ "author": "TheeDeer (https://github.com/TheeDeer0)", "name": "@theedeer0/battlemetrics-api", "version": "1.0.12", "description": "An object-oriented BattleMetrics API wrapper for Node.js developers with TypeScript support.", "main": "dist/index.js", "types": "dist/index.d.ts", "private": false, "module": "dist/index.js", "type": "commonjs", "bugs": { "web": "https://github.com/TheeDeer0/BattleMetrics-API/issues" }, "repository": { "type": "git", "url": "https://github.com/TheeDeer0/BattleMetrics-API" }, "scripts": { "prepublish": "tsc", "tsdoc": "typedoc --plugin typedoc-plugin-markdown --readme none --out docs index.ts" }, "homepage": "https://github.com/TheeDeer0/BattleMetrics-API#readme", "keywords": [ "battlemetrics", "battlemetrics-api", "wrapper", "bmapi", "bm", "typescript", "api" ], "dependencies": { "axios": "^1.6.7" }, "devDependencies": { "@types/node": "^20.11.5", "typescript": "^5.3.3", "typedoc": "^0.25.7", "typedoc-plugin-markdown": "^3.17.1" } }