-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 KB
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
{
"name": "github-readme-stats",
"version": "1.0.0",
"description": "Dynamically generate stats for your github readmes",
"main": "index.js",
"scripts": {
"test": "jest --coverage",
"test:watch": "jest --watch",
"theme-readme-gen": "node scripts/generate-theme-doc",
"preview-theme": "node scripts/preview-theme"
},
"author": "Anurag Hazra",
"license": "MIT",
"devDependencies": {
"@actions/core": "1.10.0",
"@actions/github": "5.1.1",
"@testing-library/dom": "8.19.0",
"@testing-library/jest-dom": "5.16.5",
"axios": "0.27.2",
"axios-mock-adapter": "1.21.2",
"color-contrast-checker": "2.1.0",
"css-to-object": "1.1.0",
"hjson": "3.2.2",
"husky": "7.0.4",
"jest": "28.1.3",
"lodash.snakecase": "4.1.1",
"parse-diff": "0.10.0"
},
"dependencies": {
"dotenv": "^16.0.0",
"emoji-name-map": "^1.2.9",
"github-username-regex": "^1.0.0",
"prettier": "^2.6.2",
"word-wrap": "^1.2.3"
},
"packageManager": "pnpm@7.18.1"
}