@barbarbar338/bhapi
Version:
Brawlhalla API wrapper for NodeJS and web
51 lines (50 loc) • 1.04 kB
JSON
{
"author": {
"email": "hi@338.rocks",
"name": "Barış DEMİRCİ",
"url": "https://338.rocks"
},
"dependencies": {
"axios": "^1.13.5",
"xml2js": "^0.6.2"
},
"description": "Brawlhalla API wrapper for NodeJS and web",
"devDependencies": {
"@types/node": "^25.2.3",
"@types/xml2js": "^0.4.14",
"prettier": "^3.8.1",
"rimraf": "^6.1.2",
"taze": "^19.9.2",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typedoc": "^0.28.17",
"typescript": "^5.9.3"
},
"homepage": "https://barbarbar338.github.io/bhapi/",
"keywords": [
"rest",
"api",
"wrapper",
"brawlhalla",
"bh",
"bhapi",
"brawl"
],
"license": "MIT",
"main": "dist",
"name": "@barbarbar338/bhapi",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/barbarbar338/bhapi.git"
},
"scripts": {
"build": "tsc && typedoc src/index.ts",
"format": "prettier -w .",
"prebuild": "rimraf dist && rimraf docs",
"start": "ts-node src",
"update": "taze latest -w"
},
"types": "dist",
"version": "1.3.0"
}