{
  "name": "glasstron",
  "version": "0.1.1",
  "description": "The go-to solution to Electron composition effects",
  "funding": {
    "url": "https://patreon.com/arytonex"
  },
  "main": "src/index.js",
  "scripts": {
    "build-exe": "i686-w64-mingw32-g++ -static -static-libgcc -static-libstdc++ -o native/dwm_exec.exe src/native/win32_dwm/lib/exec.cpp",
    "build": "node ./binding.js",
    "lint": "eslint src test",
    "postinstall": "node ./binding.js",
    "test": "electron ./test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AryToNeX/Glasstron.git"
  },
  "keywords": [
    "electron",
    "glass",
    "blur",
    "composition",
    "transparency",
    "api"
  ],
  "author": "Naomi Calabretta <me@arytonex.pw> (http://arytonex.pw)",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/AryToNeX/Glasstron/issues"
  },
  "files": [
    "native/*",
    "src/*",
    "LICENSE",
    "binding.gyp",
    "binding.js",
    "package.json"
  ],
  "homepage": "https://github.com/AryToNeX/Glasstron#readme",
  "devDependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/eslint-parser": "^7.12.1",
    "@babel/plugin-proposal-class-properties": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "electron": "~15",
    "eslint": "^8.0.1",
    "windowbar": "^1.7.3"
  },
  "dependencies": {
    "node-addon-api": "^4.0.0",
    "x11": "^2.3.0"
  }
}
