summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-06 17:11:17 +0200
committerMinteck <contact@minteck.org>2022-06-06 17:11:17 +0200
commit1d0620122f7648495c65fc58d6309eb8ad65bffc (patch)
tree16d57cdc993b0516aba0c4f8f754e45bdafcc0b9 /package.json
downloadbits-client-1d0620122f7648495c65fc58d6309eb8ad65bffc.tar.gz
bits-client-1d0620122f7648495c65fc58d6309eb8ad65bffc.tar.bz2
bits-client-1d0620122f7648495c65fc58d6309eb8ad65bffc.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..bc5a643
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "Bits",
+ "version": "1.0.0",
+ "description": "A desktop application",
+ "main": "index.js",
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "@electron/remote": "^2.0.8",
+ "axios": "^0.27.2",
+ "dns": "^0.2.2",
+ "luxon": "^2.4.0",
+ "node-ssh": "^12.0.4",
+ "ssh2": "^1.10.0"
+ },
+ "devDependencies": {
+ "electron": "^19.0.1",
+ "electron-packager": "^15.5.1"
+ }
+}