{
  "name": "@repobit/dex-store",
  "version": "1.6.17",
  "description": "Client for pricing API",
  "author": "Buga Adrian Alexandru <abuga@bitdefender.com>",
  "homepage": "https://github.com/bitdefender/dex-core#readme",
  "license": "ISC",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "directories": {
    "src": "dist/src"
  },
  "files": [
    "dist/src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "exports": {
    ".": "./dist/src/index.js"
  },
  "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"
  },
  "volta": {
    "node": "24.14.0"
  },
  "dependencies": {
    "@repobit/dex-constants": "2.1.102"
  },
  "gitHead": "6625a3348a312e391ff64e9a8cc98c3b7b779375"
}
