Added npm script for running application.

This commit is contained in:
2024-09-11 05:16:54 +02:00
parent 7fd77d5232
commit 6131d0a76c
3 changed files with 11 additions and 5 deletions

View File

@@ -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",