-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 861 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
{
"name": "brawlstars",
"version": "2.1.1",
"description": "API wrapper for the official Brawl Stars API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ravener/brawlstars.js.git"
},
"keywords": [
"brawl",
"stars",
"brawlstars",
"bs",
"api",
"wrapper",
"client",
"official"
],
"author": "Ravener <ravener.anime@gmail.com> (https://ravener.vercel.app/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ravener/brawlstars.js/issues"
},
"homepage": "https://github.com/ravener/brawlstars.js#readme",
"dependencies": {
"node-cache": "^5.1.2",
"undici": "^5.16.0"
},
"devDependencies": {
"@types/node": "^18.11.18"
}
}