-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 835 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
{
"name": "scoresaber-rank-panel",
"version": "1.5.0",
"description": "Twitch Extension for providing your current ranking on ScoreSaber.com",
"repository": "https://github.com/LucaVazz/ScoreSaber-Rank-Panel.git",
"author": "Luca Vazzano <luca.vazzano@gmx.net>",
"license": "UNLICENSED",
"private": true,
"scripts": {
"watch": "eleventy --watch",
"package": "run-s --print-name package:*",
"package:preclean": "rm -rf dist",
"package:build": "eleventy",
"package:cleanup": "node clean-dist.js",
"package:zip": "node create-zip.js"
},
"dependencies": {
"@sentry/browser": "^6.2.0",
"line-awesome": "^1.3.0",
"svg-country-flags": "^1.2.6"
},
"devDependencies": {
"@11ty/eleventy": "^0.12.0",
"archiver": "^5.3.0",
"del": "^6.0.0",
"npm-run-all": "^4.1.5"
}
}