{
  "name": "paddle-sdk",
  "description": "The Paddle.com Node.js SDK",
  "version": "5.0.0",
  "type": "module",
  "exports": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "author": "Valentin Agachi <github-com@agachi.name>",
  "repository": {
    "type": "git",
    "url": "https://github.com/avaly/paddle-sdk"
  },
  "license": "MIT",
  "keywords": [
    "paddle",
    "sdk",
    "api",
    "payments",
    "subscriptions"
  ],
  "engines": {
    "node": ">=22.12.0"
  },
  "files": [
    "lib/"
  ],
  "scripts": {
    "build": "./build.sh",
    "docs": "typedoc",
    "lint": "eslint . --cache --fix --ignore-pattern '!.eslintrc.cjs'",
    "prepack": "yarn build",
    "prepare": "husky install",
    "pretty": "prettier --write --list-different \"**/*.ts\"",
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage",
    "test:build": "./tests/build.sh",
    "test:pretty": "prettier --check \"**/*.ts\"",
    "test:types": "tsc --noEmit",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
  },
  "dependencies": {},
  "devDependencies": {
    "@fetch-mock/jest": "0.2.20",
    "@types/jest": "29.5.0",
    "@types/node": "22.19.15",
    "@typescript-eslint/eslint-plugin": "5.56.0",
    "@typescript-eslint/parser": "5.56.0",
    "eslint": "8.36.0",
    "eslint-config-prettier": "8.8.0",
    "fetch-mock": "12.5.4",
    "husky": "8.0.3",
    "jest": "29.5.0",
    "lint-staged": "13.2.0",
    "prettier": "2.8.7",
    "ts-jest": "29.0.5",
    "ts-node": "10.9.1",
    "typedoc": "0.23.28",
    "typescript": "5.0.2",
    "validate-commit-msg": "2.14.0"
  }
}
