An electron-based WIP aesthetic file explorer ^^
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
FileKade/package.json

15 lines
308 B

{
"name": "filekade",
"version": "1.0.0",
"description": "A file explorer (primarily a learning experience for me)",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "WubzyGD",
"license": "ISC",
"dependencies": {
"chalk": "^4.1.2",
"electron": "^16.0.1"
}
}