mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
5ed75e11be
* feat: template option added husky added for same commit disable console in test \ logger utils added env checked for log modified git ignore * changed are done as per the suggesstion * changed style and font * text color dynamic * fix border and using .bagde class as common * simplified the badge svg code through a common method * chore: updated css & fixed tests Co-authored-by: anuraghazra <hazru.anurag@gmail.com>
30 lines
649 B
JSON
30 lines
649 B
JSON
{
|
|
"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"
|
|
},
|
|
"author": "Anurag Hazra",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^7.20.0",
|
|
"@testing-library/jest-dom": "^5.11.0",
|
|
"axios": "^0.19.2",
|
|
"axios-mock-adapter": "^1.18.1",
|
|
"css-to-object": "^1.1.0",
|
|
"husky": "^4.2.5",
|
|
"jest": "^26.1.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm test"
|
|
}
|
|
}
|
|
}
|