mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
24 lines
545 B
JSON
24 lines
545 B
JSON
{
|
|
"name": "github-readme-stats",
|
|
"version": "1.0.0",
|
|
"description": "Dynamically generate stats for your github readmes",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest",
|
|
"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"
|
|
}
|
|
}
|