{
  "name": "@sorrell/wm-windows",
  "version": "1.0.7",
  "description": "The primary API through which SorrellWm interacts with the Windows API.",
  "private": false,
  "type": "module",
   "main": "./index.cjs",
    "types": "./index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.mts",
        "default": "./index.js"
      },
      "require": {
        "types": "./index.d.cts",
        "default": "./index.cjs"
      }
    }
},
  "files": [
    "package.json",
    "Build",
    "Build/**/*",
    "License.md",
    "ReadMe.md",
    "tsconfig.json",
    "*.mts",
    "*.cts",
    "index.js",
    "index.cjs"
  ],
  "scripts": {
    "build": "cd ../../Script/Build && npm run start",
    "cmake-step": "cmake-js compile --out ./Build",
    "start": "npm run build"
  },
  "keywords": [
    "sorrellwm",
    "c++",
    "cpp",
    "native-module",
    "windows",
    "win32",
    "windows-api",
    "cmake"
  ],
  "author": {
    "email": "gage@sorrell.sh",
    "name": "Gage Sorrell",
    "url": "https://sorrell.sh"
  },
  "homepage": "https://github.com/GageSorrell/SorrellWm/tree/Master/Package/Windows#ReadMe",
  "repository": {
    "directory": "Package/WmWindows",
    "type": "git",
    "url": "git+https://github.com/GageSorrell/SorrellWm.git"
  },
  "bugs": {
    "url": "https://github.com/GageSorrell/SorrellWm/issues"
  },
  "license": "MIT",
  "dependencies": {
    "bindings": "^1.5.0",
    "node-addon-api": "^8.7.0",
    "node-api-headers": "^1.8.0"
  },
  "devDependencies": {
    "cmake-js": "^8.0.0"
  }
}
