-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
40
41
{
"name": "steam-top-svg",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"dev": "node src/index.js",
"build": "ncc build src/index.ts",
"format": "prettier --write src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beam41/spotify-listening-svg.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/beam41/spotify-listening-svg/issues"
},
"homepage": "https://github.com/beam41/spotify-listening-svg#readme",
"dependencies": {
"@actions/core": "^1.11.1",
"@actions/github": "^6.0.0",
"@types/opentype.js": "^1.3.8",
"colorthief": "^2.3.2",
"node-fetch": "^3.3.2",
"opentype.js": "^1.3.4",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/color": "^4.2.0",
"@types/node": "^20.17.6",
"@types/uuid": "^9.0.8",
"@vercel/ncc": "^0.38.1",
"color": "^4.2.3",
"prettier": "^3.3.1",
"typescript": "^5.6.3"
},
"packageManager": "[email protected]"
}