-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 806 Bytes
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": "github-contribution-stats",
"version": "1.2.1",
"description": "Dynamically generated Github Contribution Stats.",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://LordDashMe@github.com/LordDashMe/github-contribution-stats.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/LordDashMe/github-contribution-stats/issues"
},
"homepage": "https://github.com/LordDashMe/github-contribution-stats#readme",
"engines": {
"node": "24.x"
},
"devDependencies": {
"axios-mock-adapter": "^2.1.0",
"jest": "^30.4.2",
"jest-environment-jsdom": "^30.4.1"
},
"dependencies": {
"axios": "^1.19.0",
"dotenv": "^17.4.2"
}
}