-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 834 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
{
"name": "stars-history",
"version": "1.1.0",
"type": "module",
"description": "A stunning star history widget chart generator for Github Repositories",
"main": "chart.js",
"scripts": {
"start": "node chart.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucabubi/star-history.git"
},
"keywords": [
"star-history"
],
"author": "lucabubi",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucabubi/star-history/issues"
},
"homepage": "https://github.com/lucabubi/star-history#readme",
"dependencies": {
"axios": "^1.7.9",
"canvas": "^3.0.1",
"chart.js": "^4.4.7",
"chartjs-adapter-dayjs-4": "^1.0.4",
"dayjs": "^1.11.13",
"express": "^4.21.2",
"helmet": "^8.0.0",
"node-cache": "^5.1.2",
"node-emoji": "^2.1.3"
}
}