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

27 lines
729 B
JSON

{
"name": "nervupdaterclient",
"version": "1.0.0",
"description": "update companion for ncos dvised",
"main": "index.js",
"githubtoken": "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",
"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"
}
}