{
  "name": "node-beamcheckout",
  "version": "2.0.2",
  "description": "Package for Beam Checkout",
  "author": {
    "name": "Gusb3ll",
    "url": "https://github.com/gusb3ll"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gusb3ll/node-beamcheckout"
  },
  "exports": {
    "node": "./dist/cjs/index.js",
    "require": "./dist/cjs/index.js",
    "import": "./dist/index.js",
    "default": "./dist/cjs/index.js"
  },
  "types": "./src/index.ts",
  "url": "https://github.com/gusb3ll/node-beamcheckout",
  "keywords": [
    "node-beamcheckout",
    "Beam",
    "Checkout",
    "Beam Checkout",
    "node beamcheckout",
    "beamcheckout"
  ],
  "license": "MIT",
  "scripts": {
    "dev": "tsx example/index.ts",
    "build": "rm -rf dist && tsc --project tsconfig.esm.json && tsc --project tsconfig.cjs.json",
    "release": "npm run build && npm publish --access public",
    "fmt": "prettier --write ."
  },
  "devDependencies": {
    "@types/node": "24.0.4",
    "prettier": "3.8.0",
    "tsx": "4.21.0",
    "typescript": "5.9.3"
  },
  "peerDependencies": {
    "typescript": ">= 5.0.0"
  },
  "pnpm": {
    "neverBuiltDependencies": []
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 80,
    "tabWidth": 2,
    "semi": false,
    "arrowParens": "avoid"
  }
}
