{
  "name": "cashfree-pg",
  "version": "4.3.1",
  "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 --coverage && coveralls < coverage/lcov.info"
  },
  "dependencies": {
    "axios": "1.7.7",
    "@sentry/node": "^7.73.0"
  },
  "devDependencies": {
    "@types/chai": "^4.3.10",
    "@types/jest": "^29.5.10",
    "@types/node": "^12.20.55",
    "@types/react": "^18.2.39",
    "@types/sinon": "^17.0.1",
    "chai": "^4.3.10",
    "jest": "^29.7.0",
    "mocha-junit-reporter": "^2.2.1",
    "sinon": "^17.0.1",
    "ts-jest": "^29.1.1",
    "typescript": "^4.9.5"
  }
}
