initial commit

This commit is contained in:
Brandon4466
2025-03-31 04:45:14 -07:00
commit ff59c4c0b8
2298 changed files with 478992 additions and 0 deletions

27
node_modules/electron/package.json generated vendored Normal file
View File

@@ -0,0 +1,27 @@
{
"main": "index.js",
"types": "electron.d.ts",
"bin": {
"electron": "cli.js"
},
"scripts": {
"postinstall": "node install.js"
},
"dependencies": {
"@electron/get": "^2.0.0",
"@types/node": "^22.7.7",
"extract-zip": "^2.0.1"
},
"engines": {
"node": ">= 12.20.55"
},
"name": "electron",
"repository": "https://github.com/electron/electron",
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
"license": "MIT",
"author": "Electron Community",
"keywords": [
"electron"
],
"version": "35.1.2"
}