{
  "name": "@duffel/api",
  "version": "4.24.0",
  "description": "Javascript client library for the Duffel API",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "types": "dist/typings.d.ts",
  "homepage": "https://github.com/duffelhq/duffel-api-javascript",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/duffelhq/duffel-api-javascript.git"
  },
  "keywords": [
    "duffel"
  ],
  "files": [
    "dist"
  ],
  "author": "Duffel Technology Limited <help@duffel.com> (http://duffel.com)",
  "license": "MIT",
  "scripts": {
    "generate:operation": "node ./scripts/createOperation.mjs",
    "build": "rm -rf dist && rollup -c && yarn remove-declaration-files",
    "remove-declaration-files": "rm -rf dist/types dist/Client.d.ts dist/index.d.ts dist/Resource.d.ts",
    "build:test": "rm -rf dist && tsc --noEmit && rollup -c",
    "start": "node ./dist/index.js",
    "dev": "ts-node ./src/index.ts",
    "lint": "eslint . --ext .ts,.tsx",
    "test": "jest --runInBand",
    "pre-commit-check": "yarn lint-staged && yarn test && yarn build:test",
    "prepare": "husky install",
    "example": "ts-node ./examples/example.ts",
    "get-version": "echo $npm_package_version",
    "release": "npx semantic-release",
    "commit": "git-cz",
    "commitlint": "commitlint",
    "prettier": "prettier --write --loglevel=warn .",
    "prettier-check": "prettier --check ."
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "lint-staged": {
    "*.{ts,tsx}": [
      "eslint",
      "prettier --write"
    ],
    "*.{js,jsx,md,yml,yaml}": [
      "prettier --write"
    ]
  },
  "resolutions": {
    "ansi-regex": "5.0.1",
    "set-value": "4.0.1",
    "minimist": "1.2.8",
    "semver": "7.5.3",
    "@aashutoshrathi/word-wrap": "npm:word-wrap"
  },
  "dependencies": {
    "@types/node": "18.0.0",
    "@types/node-fetch": "2.6.2",
    "node-fetch": "2.7.0"
  },
  "devDependencies": {
    "@babel/core": "7.29.0",
    "@babel/preset-env": "7.29.2",
    "@babel/preset-typescript": "7.28.5",
    "@commitlint/cli": "17.8.1",
    "@commitlint/config-angular": "17.8.1",
    "@commitlint/cz-commitlint": "17.8.1",
    "@rollup/plugin-commonjs": "25.0.8",
    "@rollup/plugin-node-resolve": "15.3.1",
    "@rollup/plugin-terser": "0.4.4",
    "@rollup/plugin-typescript": "12.3.0",
    "@types/jest": "29.5.14",
    "@typescript-eslint/eslint-plugin": "6.7.5",
    "@typescript-eslint/parser": "6.7.5",
    "colors": "1.4.0",
    "commitizen": "4.3.1",
    "dotenv": "16.6.1",
    "eslint": "8.57.1",
    "eslint-config-prettier": "9.1.2",
    "eslint-plugin-spellcheck": "0.0.20",
    "husky": "8.0.3",
    "jest": "29.7.0",
    "lint-staged": "15.5.2",
    "nock": "13.5.6",
    "prettier": "3.5.3",
    "rollup": "3",
    "rollup-plugin-dts-bundle": "1.0.0",
    "rollup-plugin-inject-process-env": "1.3.1",
    "rollup-plugin-peer-deps-external": "2.2.4",
    "semantic-release": "22.0.12",
    "ts-jest": "29.4.6",
    "ts-node": "10.9.2",
    "typescript": "5.9.3"
  },
  "engines": {
    "node": ">=18.*"
  },
  "release": {
    "plugins": [
      [
        "@semantic-release/commit-analyzer"
      ],
      [
        "@semantic-release/release-notes-generator"
      ],
      "@semantic-release/npm",
      [
        "@semantic-release/github",
        {
          "successComment": false,
          "failTitle": false
        }
      ]
    ],
    "branches": [
      "main"
    ]
  },
  "packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}
