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.json
|
||||||
messages.pretty.json
|
messages.pretty.json
|
||||||
output.md
|
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",
|
"description": "Read messages.json to get a total conversation message count",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"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",
|
"author": "Christopher Rose",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@@ -12,7 +13,8 @@
|
|||||||
"yargs": "^15.3.1"
|
"yargs": "^15.3.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^6.8.0"
|
"eslint": "^6.8.0",
|
||||||
|
"pkg": "^4.4.7"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Reference in New Issue
Block a user