brawl-api
Version:
<p align="center"> <img width="50%" height="50%" src="https://media.discordapp.net/attachments/683788192628867140/969077412853841970/BrawlAPI.png"> </p>
43 lines (42 loc) • 887 B
JSON
{
"name": "brawl-api",
"version": "1.2.4",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"scripts": {
"test": "echo \\\"Error: no tests specified\\\" && exit 1",
"start": "node ."
},
"keywords": [
"brawl",
"brawlstars",
"api",
"brawlapi",
"brawlstarsapi",
"brawl stars",
"brawl api",
"brawl stars api"
],
"author": "Ashp116",
"license": "MIT",
"dependencies": {
"brawl-api": "^1.2.2",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.15",
"typescipt": "^1.0.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.1"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ashp116/brawl-api.git"
},
"bugs": {
"url": "https://github.com/Ashp116/brawl-api/issues"
},
"homepage": "https://github.com/Ashp116/brawl-api#readme"
}