-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 901 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
{
"name": "dibster-brawlcdn",
"version": "1.0.0",
"description": "Open Source Brawl Stars Assets CDN.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"starPowers": "node public-scripts/FindMissingStarPowers.js",
"gadgets": "node public-scripts/FindMissingGadgets.js",
"brawlerIcons": "node public-scripts/FindMissingBrawlerIcons.js",
"2": "node scripts/GetBrawlStatsCDN.js",
"1": "node scripts/RemoveDuplicates.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DIBSTERYT/BrawlCDN.git"
},
"keywords": [
"CDN",
"brawlstars"
],
"author": "DIBSTER",
"license": "ISC",
"bugs": {
"url": "https://github.com/DIBSTERYT/BrawlCDN/issues"
},
"homepage": "https://github.com/DIBSTERYT/BrawlCDN#readme",
"dependencies": {
"axios": "^0.27.2",
"express": "^4.18.1"
}
}