{
  "name": "openvpn-client-ts",
  "version": "1.0.5",
  "packageManager": "pnpm@10.11.0",
  "description": "A wrapper for openvpn client",
  "type": "module",
  "license": "MIT",
  "homepage": "https://github.com/ho3einwave/openvpn-client#readme",
  "bugs": {
    "url": "https://github.com/ho3einwave/openvpn-client/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ho3einwave/openvpn-client.git"
  },
  "author": "ho3einwave",
  "funding": "https://github.com/sponsors/ho3einwave",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "fkill": "^9.0.0",
    "ps-list": "^8.1.1",
    "systeminformation": "^5.27.7"
  },
  "devDependencies": {
    "@sxzz/eslint-config": "^7.0.1",
    "@sxzz/prettier-config": "^2.2.1",
    "@types/node": "^22.15.17",
    "bumpp": "^10.1.0",
    "dotenv": "^17.2.1",
    "eslint": "^9.26.0",
    "happy-dom": "^17.4.7",
    "prettier": "^3.5.3",
    "tsdown": "^0.11.9",
    "tsx": "^4.19.4",
    "typescript": "^5.8.3",
    "vitest": "^3.1.3"
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "format": "prettier --cache --write .",
    "release": "bumpp && pnpm publish"
  }
}