mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-12-23 02:28:55 +00:00
b74c0bf959
* Convert app to strict typing + shared library * Fix new code post-merge * Remove extraneous lint ignores * Apply suggestions from code review Co-authored-by: Ronan Jouchet <ronan@jouchet.fr> * Fix prettier complaint * Dedupe eslint files * Fix some refs after merge * Fix clean:full command Co-authored-by: Ronan Jouchet <ronan@jouchet.fr>
26 lines
593 B
JSON
26 lines
593 B
JSON
{
|
|
"name": "nativefier-placeholder",
|
|
"version": "1.0.0",
|
|
"description": "Placeholder for the nativefier cli to override with a target url",
|
|
"main": "lib/main.js",
|
|
"author": "Jia Hao",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"desktop",
|
|
"electron",
|
|
"placeholder"
|
|
],
|
|
"scripts": {},
|
|
"dependencies": {
|
|
"electron-context-menu": "^3.1.0",
|
|
"electron-dl": "^3.2.1",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"electron-window-state": "^5.0.3",
|
|
"loglevel": "^1.7.1",
|
|
"source-map-support": "^0.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"electron": "^12.0.11"
|
|
}
|
|
}
|