mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
* chore: test codecov * fix: workflow file * fix: workflow file * chore: added coverage in vercelignore * docs: added codecov badge
24 lines
556 B
JSON
24 lines
556 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",
|
|
"jest": "^26.1.0"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0"
|
|
}
|
|
}
|