This repository has been archived on 2025-09-03. You can view files and clone it, but cannot push or open issues or pull requests.
iceys-file-browser/package.json

16 lines
343 B
JSON

{
"name": "iceys-file-browser",
"version": "1.0.0",
"description": "file browser window... thing. idfk. cope",
"main": "src/main.js",
"scripts": {
"start":"electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "iceyrazor",
"license": "MIT",
"dependencies": {
"electron": "^15.3.0"
}
}