2020-03-19 08:07:47 +05:30
|
|
|
{
|
|
|
|
"name": "instagram-data-count",
|
2020-03-19 08:15:24 +05:30
|
|
|
"version": "0.1.1",
|
|
|
|
"description": "Read messages.json to get a total conversation message count",
|
2020-03-19 08:07:47 +05:30
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Christopher Rose",
|
2020-03-19 08:15:24 +05:30
|
|
|
"license": "MIT",
|
2020-03-19 12:01:43 +05:30
|
|
|
"dependencies": {
|
|
|
|
"yargs": "^15.3.1"
|
|
|
|
},
|
2020-03-19 08:07:47 +05:30
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.8.0"
|
2020-03-19 08:15:24 +05:30
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/chrisvrose/ig-data-count.git"
|
|
|
|
},
|
2020-03-19 12:01:43 +05:30
|
|
|
"bin": {
|
|
|
|
"igdc": "index.js"
|
|
|
|
},
|
2020-03-19 08:15:24 +05:30
|
|
|
"keywords": [
|
|
|
|
"count",
|
|
|
|
"messages",
|
|
|
|
"ig"
|
|
|
|
],
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/chrisvrose/ig-data-count/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/chrisvrose/ig-data-count#readme"
|
2020-03-19 08:07:47 +05:30
|
|
|
}
|