mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
18 lines
326 B
JSON
18 lines
326 B
JSON
{
|
|
"name": "github-readme-stats",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Anurag Hazra",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"axios": "^0.19.2"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0"
|
|
}
|
|
}
|