Add packaging details

This commit is contained in:
2020-04-21 09:34:37 +05:30
parent 3f75341773
commit 5e985e5e88
4 changed files with 860 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
build/instagram-data-count*
messages.json
messages.pretty.json
output.md

0
build/.keep Normal file
View File

855
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,8 @@
"description": "Read messages.json to get a total conversation message count",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "pkg . -d --out-path build"
},
"author": "Christopher Rose",
"license": "MIT",
@@ -12,7 +13,8 @@
"yargs": "^15.3.1"
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^6.8.0",
"pkg": "^4.4.7"
},
"repository": {
"type": "git",