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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

21 lines
410 B

{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"ndb": "ndb ."
},
"author": "",
"license": "ISC",
"dependencies": {
"auto-launch": "^5.0.5",
"custom-electron-titlebar": "^3.2.5",
"electron": "^11.0.2",
"electron-localshortcut": "^3.2.1",
"electron-store": "^6.0.1",
"node-fetch": "^2.6.1"
}
}