{
  "name": "@hypernetwork/galileo-ide-storj-widget",
  "keywords": [
    "theia-extension",
    "galileo",
    "hypernet",
    "rclone",
    "storj",
    "storage",
    "cloud"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GoHypernet/galileo-IDE-storj-widget.git"
  },
  "license": "SEE LICENSE IN LICENSE.txt",
  "description": "A helper widget for Galileo browser based IDE.",
  "version": "1.1.4",
  "files": [
    "lib",
    "src"
  ],
  "dependencies": {
    "@theia/core": "latest",
    "@types/react-modal": "^3.12.1",
    "formik": "^2.2.9",
    "react-jss": "^10.7.1",
    "react-modal": "^3.14.3",
    "react-tooltip": "^4.2.21",
    "yup": "^0.32.9"
  },
  "devDependencies": {
    "rimraf": "latest",
    "typescript": "latest"
  },
  "scripts": {
    "prepare": "yarn run clean && yarn run build",
    "clean": "rimraf lib",
    "build": "tsc",
    "watch": "tsc -w"
  },
  "bugs": {
    "url": "https://github.com/GoHypernet/galileo-IDE-storj-widget/issues"
  },
  "homepage": "https://github.com/GoHypernet/galileo-IDE-storj-widget#readme",
  "author": "hypernetlabs",
  "theiaExtensions": [
    {
      "frontend": "lib/browser/galileo-ide-storj-widget-frontend-module",
      "backend": "lib/node/storj-widget-backend-module"
    }
  ]
}
