This commit is contained in:
2020-03-19 08:07:47 +05:30
commit ec4502e3c1
10 changed files with 1273 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "instagram-data-count",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christopher Rose",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0"
}
}