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.
16 lines
376 B
16 lines
376 B
{
|
|
"name": "filekade",
|
|
"version": "1.3.6",
|
|
"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"
|
|
}
|
|
}
|
|
|