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

16 lines
376 B

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