{
  "name": "cashfree-pg",
  "version": "6.0.4",
  "description": "Cashfree client for cashfree-pg",
  "author": "Cashfree Payments",
  "repository": {
    "type": "git",
    "url": "https://github.com/cashfree/cashfree-pg-sdk-nodejs.git"
  },
  "keywords": [
    "axios",
    "typescript",
    "openapi-client",
    "openapi-generator",
    "cashfree-pg"
  ],
  "license": "Apache",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "module": "./dist/esm/index.js",
  "sideEffects": false,
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "prepare": "npm run build",
    "test": "jest"
  },
  "dependencies": {
    "axios": "1.15.0",
    "@sentry/node": "^10.32.1"
  },
  "devDependencies": {
    "@types/chai": "^5.2.3",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "@types/react": "^19.2.7",
    "@types/sinon": "^21.0.0",
    "chai": "^6.2.2",
    "jest": "^30.2.0",
    "dotenv": "17.2.3",
    "mocha-junit-reporter": "^2.2.1",
    "sinon": "^21.0.1",
    "ts-jest": "^29.4.6",
    "typescript": "^5.9.3"
  }
}
