Update package.json

This commit is contained in:
Namhyeon Go 2024-04-01 18:14:11 +09:00 committed by GitHub
parent 61de14a449
commit 87a16c69b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"name": "welsonjs",
"version": "0.2.7",
"description": "Build a Windows desktop app with JavaScript, TypeScript, ReScript, and HTML/CSS on WSH(Windows Script Host)",
"version": "0.2.7.12",
"description": "WelsonJS - Build a Windows app on the Windows built-in JavaScript engine",
"main": "app.js",
"directories": {
"lib": "lib"
@ -37,11 +37,11 @@
"mshta"
],
"author": "Go Namhyeon",
"license": "LGPL-2.1",
"license": "(GPL-3.0 or MS-RL)",
"bugs": {
"url": "https://github.com/gnh1201/welsonjs/issues"
},
"homepage": "https://github.com/gnh1201/welsonjs#readme",
"homepage": "https://catswords.social/@catswords_oss",
"dependencies": {
"core-js": "^3.21.1",
"excanvas": "^2.0.0",