api downloading
Showing
... | ... | @@ -6,17 +6,22 @@ |
"scripts": { | ||
"start": "electron ." | ||
}, | ||
"protocols": [{ | ||
"name": "customspeens", | ||
"role": "CustomSpeens", | ||
"schemes": ["csinstall"] | ||
}], | ||
"protocols": [ | ||
{ | ||
"name": "customspeens", | ||
"role": "CustomSpeens", | ||
"schemes": [ | ||
"csinstall" | ||
] | ||
} | ||
], | ||
"author": "Andreas Heimann", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"electron": "^8.0.1" | ||
}, | ||
"dependencies": { | ||
"electron-dl": "^3.0.0", | ||
"ncp": "^2.0.0", | ||
"rimraf": "^3.0.2", | ||
"unzipper": "^0.10.10" | ||
... | ... |
Please register or sign in to comment