Added npm script for running application.
This commit is contained in:
@@ -4,7 +4,12 @@
|
||||
"description": "Reddit user post dump tool with versatile saving patterns and fallback searches for deleted users.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"start": "node src/app.js"
|
||||
},
|
||||
"pkg": {
|
||||
"scripts": "src/app.js",
|
||||
"out-path": "dist/",
|
||||
"assets": "config/*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user