{
  "name": "electron-windows-msix",
  "version": "2.0.4",
  "description": "MSIX packager for Electron Apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "build": "tsc",
    "test:e2e": "vitest run --config=./test/e2e/vitest.config.ts",
    "test:e2e:coverage": "vitest run --coverage --config=./test/e2e/vitest.config.ts",
    "harness": "tsc & node ./harness/testing.cjs",
    "test:unit": "vitest run --config=./test/unit/vitest.config.ts",
    "test:unit:watch": "vitest --config=./test/unit/vitest.config.ts",
    "test:unit:coverage": "vitest run --coverage --config=./test/unit/vitest.config.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitdisaster/electron-windows-msix.git"
  },
  "keywords": [
    "MSIX",
    "packager",
    "Electron",
    "installer"
  ],
  "author": "Jan Hannemann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bitdisaster/electron-windows-msix/issues"
  },
  "homepage": "https://github.com/bitdisaster/electron-windows-msix#readme",
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@vitest/coverage-istanbul": "3.2.4",
    "typescript": "^5.3.3",
    "vitest": "^3.2.4"
  },
  "dependencies": {
    "@electron/windows-sign": "^1.2.2",
    "@malept/cross-spawn-promise": "^2.0.0",
    "chalk": "^3.0.0",
    "debug": "^4.4.1",
    "fs-extra": "^11.2.0",
    "xml-escape": "^1.1.0"
  }
}
