This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
NervUpdaterClient/package.json
2023-02-06 17:11:09 +01:00

26 lines
615 B
JSON

{
"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"
},
"dependencies": {
"octokit": "^2.0.14"
}
}