{
	"name": "node-brawlstars",
	"description": "Javascript library to communicate with BrawlStars API",
	"version": "4.0.5",
	"scripts": {
		"build": "rimraf -rf dist && tsc -p tsconfig.json",
		"prepublish:npm": "npm run build",
		"publish:npm": "release-it",
		"prepublish:dev": "npm run build",
		"publish:dev": "npm publish --access public --tag dev",
		"prepare": "husky install .github/husky",
		"format": "prettier --write \"src/**/*.ts\"",
		"lint": "eslint --ignore-path .gitignore {integration,src}/**/*.ts",
		"test": "jest"
	},
	"main": "./dist/index.js",
	"types": "./dist/index.d.ts",
	"author": "Alexey Filippov <socket.someone@gmail.com>",
	"license": "MIT",
	"keywords": [
		"brawlstars",
		"api",
		"http",
		"https"
	],
	"dependencies": {
		"axios": "1.6.0"
	},
	"devDependencies": {
		"@commitlint/cli": "18.2.0",
		"@commitlint/config-angular": "18.1.0",
		"@types/jest": "29.5.7",
		"@types/node": "20.8.10",
		"@typescript-eslint/eslint-plugin": "5.62.0",
		"@typescript-eslint/parser": "5.62.0",
		"eslint": "8.52.0",
		"eslint-config-prettier": "9.0.0",
		"eslint-plugin-import": "2.29.0",
		"husky": "8.0.3",
		"jest": "29.7.0",
		"prettier": "3.0.3",
		"release-it": "16.2.1",
		"rimraf": "5.0.5",
		"ts-jest": "29.1.1",
		"typescript": "5.2.2"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/SocketSomeone/node-brawlstars.git"
	},
	"homepage": "https://github.com/SocketSomeone/node-brawlstars#readme"
}
