{
  "name": "magicpad",
  "version": "1.0.7",
  "description": "Easy to use OpenPGP client.",
  "main": "app.js",
  "bin": {
    "magicpad": "magicpad.sh"
  },
  "preferGlobal": true,
  "scripts": {
    "start": "node build_index.js",
    "buildwebapp": "node build_magicpad_index.js"
  },
  "keywords": [
    "openpgp",
    "encryption",
    "messaging"
  ],
  "author": "Hyun Kyu Seo <hyunkseo@icloud.com>",
  "license": "MIT",
  "optionalDependencies": {},
  "build": {
    "productName": "MagicPad",
    "appId": "io.magicpad.magicpadmacos",
    "afterSign": "./notarize.js",
    "mac": {
      "icon": "./src/icons_src/icons/icons.icns",
      "hardenedRuntime": true,
      "provisioningProfile": "./embedded.provisionprofile",
      "entitlements": "./src/mac_build/entitlements.mac.plist",
      "entitlementsInherit": "./src/mac_build/entitlements.mac.plist",
      "category": "public.app-category.productivity",
      "target": [
        "pkg",
        "zip"
      ],
      "type": "distribution"
    },
    "files": [
      "app.js",
      "node_modules/**/*",
      "app/**/*",
      "package.json",
      "embedded.provisionprofile"
    ],
    "linux": {
      "executableName": "MagicPad",
      "icon": "./src/icons_src/icons/icons.icns",
      "category": "Utility",
      "description": "Text and file encryption tool.",
      "packageCategory": "Utility",
      "target": [
        "deb",
        "rpm",
        "zip"
      ]
    },
    "win": {
      "icon": "./src/icons_src/icons/1024x1024.png",
      "target": [
        "portable"
      ]
    },
    "portable": {
      "artifactName": "magicpad.exe"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hyundotio/magicpad.git"
  },
  "bugs": {
    "url": "https://github.com/hyundotio/magicpad/issues"
  },
  "homepage": "https://github.com/hyundotio/magicpad#readme",
  "dependencies": {
    "bufferutil": "^4.0.1",
    "canvas": "^2.6.1",
    "fs-extra": "^8.1.0",
    "jquery": "^3.5.0",
    "jsdom": "^15.2.1",
    "ncp": "^2.0.0",
    "path": "^0.12.7",
    "utf-8-validate": "^5.0.2"
  }
}
