23 lines
447 B
JSON
Executable File
23 lines
447 B
JSON
Executable File
{
|
|
"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"
|
|
}
|
|
}
|