mirror of
https://github.com/Aviortheking/Delta-File-Manager.git
synced 2025-06-22 23:09:20 +00:00
Initial commit
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user