{
  "name": "@repobit/dex-launch",
  "version": "3.0.5",
  "description": "Client for Adobe Launch",
  "author": "Constantin Ioan Mihai <iconstantin@bitdefender.com>",
  "homepage": "https://github.com/bitdefender/dex-core#readme",
  "license": "ISC",
  "main": "dist/src/index.js",
  "files": [
    "dist/src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bitdefender/dex-core.git"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "test": "vitest run"
  },
  "bugs": {
    "url": "https://github.com/bitdefender/dex-core/issues"
  },
  "module": "dist/src/index.js",
  "type": "module",
  "types": "dist/src/index.d.ts",
  "dependencies": {
    "@repobit/dex-constants": "^2.1.1",
    "@repobit/dex-utils": "^2.2.2"
  },
  "volta": {
    "node": "24.14.0"
  },
  "gitHead": "f6ad201f9399c9b7c1e801b3770797ffe0e7523d"
}
