feat: initial commit

This commit is contained in:
anuraghazra
2020-07-09 16:03:41 +05:30
commit 003e5e2456
5 changed files with 143 additions and 0 deletions

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"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"
}
}