config and remove now unused packages

This commit is contained in:
PwLDev 2026-04-29 07:43:56 -07:00
commit e6af8dd73c
3 changed files with 9 additions and 17 deletions

View file

@ -3,12 +3,12 @@
"version": "1.0.1",
"upstream": "v1.0a",
"description": "Lightweight and cross-platform native GUI toolkit",
"main": "lib/index.js",
"main": "dist/index.js",
"type": "module",
"scripts": {
"install": "node-gyp-build",
"bindgen": "node scripts/bindgen.js && prettier --write lib/",
"update": "rimraf deps/milsko.tar.gz deps/milsko/ && node scripts/download.js"
"build": "tsc && node-gyp rebuild",
"bindgen": "node scripts/bindgen.js && prettier --write lib/"
},
"repository": {
"type": "git",
@ -36,7 +36,6 @@
"node-gyp": "^12.2.0",
"prebuildify": "^6.0.1",
"prettier": "^3.8.2",
"rimraf": "^6.1.3",
"typescript": "^6.0.2"
},
"dependencies": {