mirror of
https://github.com/DevL0rd/SkyNX
synced 2024-11-23 11:33:05 +00:00
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"name": "Base-Electron-App",
|
|
"version": "1.0.0",
|
|
"description": "The bestest Electron window.",
|
|
"repository": "https://github.com/delv0rd/modular-web-server",
|
|
"keywords": [],
|
|
"author": "Dustin Harris",
|
|
"license": "",
|
|
"dependencies": {
|
|
"formidable": "latest",
|
|
"readdirp": "latest",
|
|
"robotjs": "latest",
|
|
"struct": "latest",
|
|
"vgen-xbox": "^1.0.1",
|
|
"ws": "latest"
|
|
},
|
|
"scripts": {
|
|
"start": "node main.js"
|
|
}
|
|
}
|