mirror of
https://github.com/Aviortheking/Delta-File-Manager.git
synced 2025-05-28 03:29:53 +00:00
19 lines
346 B
JSON
19 lines
346 B
JSON
{
|
|
"name": "delta-file-manager",
|
|
"version": "0.1.0",
|
|
"description": "A customizable fiel manager",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"author": "Avior",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^4.0.6"
|
|
},
|
|
"dependencies": {
|
|
"ts-node": "^8.0.2",
|
|
"typescript": "^3.3.3333"
|
|
}
|
|
}
|