-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"name": "github-contribution-stats",
"version": "1.1.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",
"devDependencies": {
"axios-mock-adapter": "^1.22.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5"
}
}