Files
ig-data-count/package.json

36 lines
808 B
JSON
Raw Permalink Normal View History

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": {
2020-04-21 09:34:37 +05:30
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg . -d --out-path build"
2020-03-19 08:07:47 +05:30
},
"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": {
2020-04-21 09:34:37 +05:30
"eslint": "^6.8.0",
"pkg": "^4.4.7"
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
}