github-readme-stats/package.json
2020-07-09 16:03:41 +05:30

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"
}
}