mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
* fix: wip fix total commit counts * tests: added tests * chore: remove console logs * docs: added docs for include_all_commits * chore: increased value offset x * chore: added reference/links comments * docs: updated docs
34 lines
806 B
JSON
34 lines
806 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",
|
|
"theme-readme-gen": "node scripts/generate-theme-doc"
|
|
},
|
|
"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",
|
|
"emoji-name-map": "^1.2.8",
|
|
"github-username-regex": "^1.0.0",
|
|
"word-wrap": "^1.2.3"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npm test"
|
|
}
|
|
}
|
|
}
|