Add packaging details
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
build/instagram-data-count*
|
||||
messages.json
|
||||
messages.pretty.json
|
||||
output.md
|
||||
|
0
build/.keep
Normal file
0
build/.keep
Normal file
855
package-lock.json
generated
855
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
Reference in New Issue
Block a user