19 lines
369 B
JSON
19 lines
369 B
JSON
{
|
|
"name": "NextGen Institute workflows",
|
|
"version": "1.0.0",
|
|
"description": "NextGen Institute workflows",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"test": "test"
|
|
},
|
|
"author": "Guille Gutierrez",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"electron": "^28.2.3"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5"
|
|
}
|
|
}
|