This commit is contained in:
2023-02-04 21:42:27 +01:00
parent b257222fca
commit f5d37ef232
6 changed files with 948 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "nervupdaterclient",
"version": "1.0.0",
"description": "update companion for ncos dvised",
"main": "index.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vortex-Dynamics/NervUpdaterClient.git"
},
"author": "vortex dynamics",
"license": "ISC",
"bugs": {
"url": "https://github.com/Vortex-Dynamics/NervUpdaterClient/issues"
},
"homepage": "https://github.com/Vortex-Dynamics/NervUpdaterClient#readme",
"devDependencies": {
"electron": "^22.2.0"
}
}