{
  "name": "shopify-currencies.js",
  "version": "1.0.0",
  "description": "Simple wrapper to access Shopify's currency conversion rates from Node.js",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "keywords": [
    "shopify",
    "currencies",
    "currency",
    "conversion",
    "rates",
    "rate"
  ],
  "author": "Chris Cook",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zirkelc/shopify-currencies.js"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.17.0",
    "@biomejs/biome": "^1.9.4",
    "@total-typescript/tsconfig": "^1.0.4",
    "@types/node": "^22.7.7",
    "husky": "^9.1.6",
    "pkg-pr-new": "^0.0.30",
    "tsx": "^4.19.3",
    "typescript": "^5.7.3",
    "unbuild": "^3.3.1",
    "vitest": "^2.1.3"
  },
  "scripts": {
    "build": "unbuild",
    "test": "vitest",
    "lint": "biome check . --write",
    "typecheck": "attw --pack ."
  }
}