{
  "name": "shipping-rates",
  "version": "1.0.1-beta.0",
  "description": "This library provides to core of fetching, uploading and other functionalities related to shipping rates.",
  "main": "index.js",
  "scripts": {
    "eslint:fix": "eslint --fix",
    "test": "jest --passWithNoTests --updateSnapshot --coverage --watch",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint",
    "build": "node_modules/typescript/bin/tsc -p tsconfig.build.json",
    "publish:beta": "npm run delete && npm version prerelease --preid=beta && npm run build && npm publish --tag beta",
    "publish:rc": "npm run delete && npm version prerelease --preid=rc  && npm run build && npm publish --tag rc"
  },
  "author": "Nilesh Kumar",
  "license": "ISC",
  "devDependencies": {
    "@jest/globals": "29.7.0",
    "@types/jest": "29.5.14",
    "@types/lodash": "4.17.12",
    "@types/node": "22.7.5",
    "eslint": "9.13.0",
    "gts": "^6.0.2",
    "jest": "29.7.0",
    "ts-jest": "29.2.5",
    "tsconfig-paths": "4.2.0",
    "typescript": "5.5.4"
  },
  "dependencies": {
    "@deliverysolutions/dbconnection": "5.0.0-beta.9",
    "@deliverysolutions/dsp-integrator": "3.0.0-beta.8",
    "@deliverysolutions/event-logger": "2.0.1-beta.3",
    "@deliverysolutions/metering": "2.0.0-beta.7",
    "@deliverysolutions/repository": "7.4.1-beta.4",
    "@deliverysolutions/response-error-structure": "1.2.13-beta.5",
    "@deliverysolutions/rule-engine": "4.0.1-beta.7",
    "@deliverysolutions/utils": "2.0.1-beta.6",
    "@types/got": "9.6.12",
    "got": "14.4.3",
    "lodash": "4.17.21",
    "request-promise-native": "1.0.9"
  }
}
