{
  "name": "@todesktop/client-core",
  "version": "1.20.0",
  "private": false,
  "description": "Core ToDesktop client APIs",
  "keywords": [],
  "homepage": "https://github.com/ToDesktop/client#readme",
  "license": "UNLICENSED",
  "main": "index.js",
  "type": "module",
  "types": "index.d.ts",
  "author": "ToDesktop Inc. <hi@todesktop.com> (https://todesktop.com)",
  "contributors": [
    "Dave Jeffery <dave@todesktop.com>",
    "Jens Meindertsma <me@jensmeindertsma.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ToDesktop/client.git"
  },
  "scripts": {
    "lint:fix": "npm run lint:check -- --fix",
    "lint:check": "eslint . --cache",
    "fmt:_base": "prettier --config ../../.prettierrc --ignore-path ../../.prettierignore",
    "fmt:fix": "npm run fmt:_base -- --write .",
    "fmt:check": "npm run fmt:_base -- --check .",
    "prepare": "npm run build",
    "build": "tsc",
    "build:watch": "npm run build -- --watch",
    "docs:json": "node ./generateDocs.js",
    "check-tree-shaking": "agadoo lib/index.js",
    "postpublish": "curl https://us-central1-todesktop-website-dev.cloudfunctions.net/updateLandingPage"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.16.1",
    "@types/jest": "^29.2.0",
    "agadoo": "^2.0.0",
    "typescript": "^4.7.2"
  },
  "dependencies": {
    "@todesktop/client-electron-types": "^28.0.0",
    "@todesktop/client-electron-updater-types": "^5.2.3",
    "@todesktop/client-todesktop-runtime-types": "1.5.7-beta.2",
    "@todesktop/client-util": "^1.4.0",
    "@types/node": "^18.11.8"
  },
  "bugs": {
    "url": "https://github.com/ToDesktop/client/issues"
  }
}
