-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
39 lines (39 loc) · 952 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": "osu-stats-signature",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solstice23/osu-stats-signature.git"
},
"author": "solstice23",
"license": "MIT",
"bugs": {
"url": "https://github.com/solstice23/osu-stats-signature/issues"
},
"homepage": "https://github.com/solstice23/osu-stats-signature#readme",
"dependencies": {
"@sapphire/prettier-config": "^1.2.9",
"cheerio": "^1.0.0-rc.10",
"colorjs.io": "0.4.0",
"express": "^4.17.1",
"got": "^11.8.2",
"js-base64": "^3.7.2",
"node-cache": "^5.1.2",
"sharp": "^0.29.1",
"svg-round-corners": "^0.3.0",
"text-to-svg": "^3.1.5"
},
"devDependencies": {
"@types/color": "^3.0.2",
"@types/express": "^4.17.13",
"@types/sharp": "^0.29.5",
"@types/text-to-svg": "^3.1.1"
},
"prettier": "@sapphire/prettier-config"
}