17 lines
278 B
JSON
17 lines
278 B
JSON
{
|
|
"name": "electron11",
|
|
"version": "1.0.0",
|
|
"main": "background/main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"argon2": "^0.28.5",
|
|
"electron": "^11.5.0"
|
|
}
|
|
}
|