forked from PabloRNC/brawl-api-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "brawl-api-wrapper",
"version": "1.0.5",
"description": "An API wrapper for the well know supercell game called Brawl Stars",
"main": "dist/index.js",
"types": "src/index.d.ts",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"format": "prettier --write ."
},
"keywords": [
"brawl",
"brawlstars",
"brawlstars-api",
"brawlstars-api-wrapper",
"api"
],
"author": "PabloRNC",
"license": "MIT",
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/PabloRNC/brawl-api-wrapper.git"
},
"bugs": {
"url": "https://github.com/PabloRNC/brawl-api-wrapper/issues"
},
"dependencies": {
"node-fetch": "^2.6.7"
}
}