UNPKG

terminus-cloud-settings-sync

Version:

Cloud Services sync the Tabby config and connections across platform devices.

91 lines (90 loc) 2.7 kB
{ "name": "terminus-cloud-settings-sync", "version": "1.6.5", "date": "14th October 2024", "description": "Cloud Services sync the Tabby config and connections across platform devices.", "keywords": [ "terminus-plugin" ], "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "build": "webpack --progress --color --mode=production && npm run postbuild", "watch": "webpack --progress --color --watch", "prepublishOnly": "npm run build --mode=production", "lint": "eslint --ext ts */src */lib", "test": "jest", "postbuild": "cp src/data/mockdata.json dist/src/data/mockdata.json" }, "files": [ "dist" ], "author": "TranIT - tran.tuan@tranit.co", "support_url": "https://tabby-sync.github.io/", "github_url": "https://www.github.com/niceit/tabby-cloud-sync-settings", "license": "MIT", "devDependencies": { "@angular/animations": "^7.2.8", "@angular/common": "^7.2.8", "@angular/core": "^7.2.8", "@angular/forms": "^7.2.8", "@angular/platform-browser": "^7.2.8", "@ng-bootstrap/ng-bootstrap": "^2.2.0", "@types/jest": "^26.0.23", "@types/js-yaml": "^4.0.0", "@types/webpack-env": "^1.16.0", "@typescript-eslint/eslint-plugin": "^4.33.0", "@typescript-eslint/parser": "^4.33.0", "acorn-import-assertions": "^1.8.0", "apply-loader": "^2.0.0", "aws-sdk": "niceit/aws-sdk-js", "axios": "^0.21.1", "basic-ftp": "^4.6.6", "clean-webpack-plugin": "^0.1.19", "css-loader": "^5.1.1", "electron": "^14.2.7", "eslint": "^7.32.0", "jest": "^27.0.6", "js-yaml": "^4.1.0", "keytar": "^7.6.0", "moment": "^2.29.3", "ngx-toastr": "^8.8.0", "node-sass": "^5.0.0", "pug": "^3.0.2", "pug-loader": "^2.4.0", "rxjs": "^6.2.1", "sass-loader": "^11.0.1", "semver": "^7.3.8", "strip-ansi": "^5.0.0", "style-loader": "^2.0.0", "terminus-core": "^1.0.140", "terminus-settings": "^1.0.140", "terminus-terminal": "^1.0.140", "to-string-loader": "^1.1.6", "ts-jest": "^27.0.3", "ts-loader": "^9.2.3", "typescript": "^4.3.5", "webdav": "^4.6.0", "webpack": "^5.24.4", "webpack-cli": "^4.5.0", "winston": "^3.3.3" }, "peerDependencies": { "@angular/core": "^4.0.1" }, "repository": { "type": "git", "url": "git+https://github.com/niceit/tabby-cloud-sync-settings.git" }, "dependencies": { "crypto-js": "^4.0.0", "dropbox": "^10.34.0" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "bugs": { "url": "https://github.com/niceit/tabby-cloud-sync-settings/issues" }, "homepage": "https://tabby-sync.github.io/" }