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.
20 lines
379 B
20 lines
379 B
|
1 year ago
|
{
|
||
|
|
"name": "dbvisualiser",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"main": "main.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
|
"start": "electron . --inspect=5858"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"description": "",
|
||
|
|
"dependencies": {
|
||
|
|
"electron": "^32.1.2",
|
||
|
|
"electron-builder": "^25.1.7",
|
||
|
|
"sqlite3": "^5.1.7"
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|