{
  "name": "velopack",
  "version": "1.0.7-ga630726",
  "description": "",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "test": "npm run dev && cross-env VELOPACK_RESTART=true VELOPACK_DEBUG=true vitest run",
    "dev": "cargo build -p velopack_nodeffi -p velopack_bins && tsc -p tsconfig.build.json && node copy-lib.js",
    "build": "tsc -p tsconfig.build.json",
    "clean": "del-cli **/*.node lib velopack-*.tgz",
    "lint": "prettier . --write"
  },
  "bugs": {
    "url": "https://github.com/velopack/velopack/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/velopack/velopack.git"
  },
  "keywords": [
    "updater",
    "autoupdate",
    "installer",
    "desktop",
    "squirrel",
    "velopack",
    "electron",
    "macos",
    "windows",
    "linux",
    "cross-platform",
    "automatic-updates"
  ],
  "homepage": "https://velopack.io",
  "author": "Velopack Ltd, Caelan Sayler",
  "license": "MIT",
  "engines": {
    "node": ">=20.0.0 <26.0.0"
  },
  "files": [
    "lib/**/*.ts",
    "lib/**/*.js",
    "lib/**/*.node"
  ],
  "devDependencies": {
    "@tsconfig/node24": "^24.0.0",
    "@types/node": "^25.3.0",
    "@vitest/coverage-v8": "^4.1.7",
    "cross-env": "^10.1.0",
    "del-cli": "^7.0.0",
    "prettier": "3.8.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.7"
  },
  "dependencies": {
    "@neon-rs/load": "^0.2.0"
  }
}
