Update package.json

This commit is contained in:
Namhyeon Go 2024-11-07 23:39:51 +09:00
parent a8b54493f7
commit fe2466b49a

View File

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