Initial commit

This commit is contained in:
Cyanoure
2025-07-13 18:09:48 +02:00
commit 06679379d7
2145 changed files with 364057 additions and 0 deletions

22
package.json Executable file
View File

@@ -0,0 +1,22 @@
{
"name": "pulse-launcher",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"crypto": "^1.0.1",
"ejs-electron": "^2.1.1",
"electron": "^27.0.2",
"events": "^3.3.0",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https": "^1.0.0",
"prismarine-nbt": "^2.2.1"
}
}