{
  "name": "@tremho/jove-desktop",
  "version": "0.7.0-pre-release.70",
  "description": "Desktop (Electron) component of Jove framework",
  "main": "build/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "clean": "rm -fr build package-lock.json node_modules && npm install",
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tremho/thunderbolt-desktop.git"
  },
  "keywords": [
    "Jove",
    "framework",
    "desktop",
    "mobile",
    "electron",
    "nativescript",
    "windows",
    "macintosh",
    "linux",
    "android",
    "ios"
  ],
  "author": "tremho",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/tremho/thunderbolt-desktop/issues"
  },
  "homepage": "https://github.com/tremho/thunderbolt-desktop#readme",
  "dependencies": {
    "@riotjs/webpack-loader": "^6.0.0",
    "electron": "^15.3.0",
    "electron-settings": "^4.0.2",
    "riot": "^5.3.3",
    "unirest": "^0.6.0",
    "ws": "^8.2.3"
  },
  "devDependencies": {
    "@types/node": "^16.11.0",
    "@types/ws": "^8.2.0",
    "typescript": "^4.3.5"
  }
}