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.
21 lines
406 B
21 lines
406 B
4 years ago
|
{
|
||
|
"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.3",
|
||
|
"electron": "^9.1.1",
|
||
|
"electron-json-storage": "^4.2.0",
|
||
|
"ndb": "^1.1.5",
|
||
|
"update-electron-app": "^1.5.0"
|
||
|
}
|
||
|
}
|