{
  "name": "@shipengine/connect-carrier-api",
  "version": "4.26.7",
  "description": "This is the typescript/javascript definitions for carrier api",
  "homepage": "https://connect.shipengine.com",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "yarn build:ts",
    "bump": "yarn version:bump",
    "clean": "yarn build:clean",
    "format": "prettier --single-quote --trailing-comma=all --write \"src/**/*.ts\"",
    "lint": "prettier --single-quote --trailing-comma=all --check \"src/**/*.ts\"",
    "release": "yarn version:release",
    "test": "vitest run",
    "watch": "yarn build:watch"
  },
  "repository": {
    "type": "git",
    "url": "github.com/shipstation/ipaas-connect"
  },
  "keywords": [
    "ipaas",
    "capi",
    "integrations-shipping"
  ],
  "author": {
    "name": "ShipEngine",
    "email": "connect@shipengine.com",
    "url": "https://connect.shipengine.com"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/sanitize-html": "^2.6.2",
    "prettier": "^2.8.8",
    "typescript": "^5.2.2",
    "vitest": "^0.34.6"
  },
  "optionalDependencies": {
    "vm2": "^3.9.18"
  },
  "dependencies": {
    "joi": "^17.4.2",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@shipengine/connect-runtime": "^4.10.3",
    "express": "^4.18.2",
    "winston": "^3.8.2"
  }
}