From fe2466b49ab8875c4a5d5eab332d763c9ac6d473 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Thu, 7 Nov 2024 23:39:51 +0900 Subject: [PATCH] Update package.json --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0d7ef43..365727a 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,18 @@ { "name": "welsonjs", - "version": "0.2.7.12", - "description": "WelsonJS - Build a Windows app on the Windows built-in JavaScript engine", + "version": "0.2.7.50", + "description": "WelsonJS is a framework to build a Windows app on the Windows built-in JavaScript engine", "main": "app.js", "directories": { "lib": "lib" }, "scripts": { - "start": "start.bat", - "test": "cscript app.js testloader" + "start": "bootstrap.bat", + "installService": "installService.bat", + "uninstallService": "uninstallService.bat", + "startInteractiveService": "startInteractiveService.bat", + "startService": "sc start WelsonJS.Service", + "stopService": "sc stop WelsonJS.Service" }, "repository": { "type": "git",