{
  "name": "electron-app-settings",
  "version": "1.3.1",
  "description": "Simple IPC-based settings framework for Electron",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rimraf index.d.ts lib/*.d.ts && tsc",
    "prepublishOnly": "npm run build"
  },
  "homepage": "https://github.com/kettek/electron-app-settings",
  "author": {
    "name": "Ketchetwahmeegwun T. Southall / kts of kettek",
    "email": "kettek1@kettek.net",
    "url": "http://kettek.net/"
  },
  "license": "MPL-2.0",
  "keywords": [
    "electron",
    "settings",
    "framework",
    "electron-settings",
    "configuration",
    "storage",
    "ipc"
  ],
  "devDependencies": {
    "@types/electron": "^1.6.10",
    "rimraf": "^3.0.2",
    "typescript": "^4.1.5"
  }
}
