brawlhalla-api-ts
Version:
TypeScript wrapper for the Brawlhalla API.
31 lines (30 loc) • 779 B
JSON
{
"name": "brawlhalla-api-ts",
"version": "4.2.3",
"description": "TypeScript wrapper for the Brawlhalla API.",
"main": "index.js",
"scripts": {
"lint": "prettier --write src/**/*.ts && tslint --project tsconfig.json --fix src/**/*.ts -t verbose"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/BrawlDB/brawlhalla-api.git"
},
"keywords": [
"brawlhalla"
],
"author": "Gaiwecoor, Anyny0",
"license": "MIT",
"homepage": "https://gitlab.com/BrawlDB/brawlhalla-api",
"dependencies": {
"axios": "^0.18.0",
"fast-levenshtein": "^2.0.6"
},
"devDependencies": {
"@types/fast-levenshtein": "0.0.1",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"tslint": "^6.1.3",
"typescript": "^4.1.3"
}
}