{
  "name": "@shipengine/connect-order-source-api",
  "version": "4.8.0",
  "description": "This is the typescript/javascript definitions for the order source 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"
  },
  "keywords": [
    "shipengine",
    "connect",
    "ordersourceapi"
  ],
  "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"
  },
  "dependencies": {
    "joi": "^17.4.2",
    "sanitize-html": "^2.6.1",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@shipengine/connect-runtime": "^4.10.1"
  }
}