{
  "name": "node-beamcheckout",
  "version": "1.0.6",
  "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": "ts-node 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",
    "lint": "eslint src --ext .ts"
  },
  "dependencies": {
    "axios": "^1.7.9"
  },
  "devDependencies": {
    "@types/node": "22.10.10",
    "@typescript-eslint/eslint-plugin": "8.21.0",
    "@typescript-eslint/parser": "8.21.0",
    "eslint": "8.57.1",
    "ts-node": "10.9.2",
    "typescript": "5.7.3"
  },
  "peerDependencies": {
    "typescript": ">= 5.0.0"
  }
}