{
  "name": "exec-appx",
  "version": "0.2.2",
  "description": "Executes a Windows Store application (Appx)",
  "license": "MIT",
  "files": [
    "dist",
    "LICENSE"
  ],
  "exports": {
    "types": {
      "import": "./dist/index.d.mts",
      "require": "./dist/index.d.cts"
    },
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/idleberg/node-exec-appx.git"
  },
  "keywords": [
    "appx",
    "windows store",
    "windows store app",
    "microsoft store",
    "universal windows platform"
  ],
  "dependencies": {
    "get-appx-path": "^0.4.1"
  },
  "devDependencies": {
    "@commitlint/cli": "^20.2.0",
    "@commitlint/config-conventional": "^20.2.0",
    "@e18e/cli": "^0.3.1",
    "@idleberg/configs": "^0.3.3",
    "@types/node": "^24.10.2",
    "@vitest/coverage-v8": "^4.0.15",
    "concurrently": "^9.2.1",
    "np": "^10.2.0",
    "tsdown": "^0.17.2",
    "vitest": "^4.0.15"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "concurrently npm:lint:*",
    "lint:biome": "biome check",
    "lint:e18e": "e18e-cli analyze",
    "publish:npm": "np --any-branch",
    "test": "vitest run"
  }
}