{
  "name": "@shipengine/connect-freight-api",
  "version": "4.5.0",
  "description": "OpenAPI specification and TypeScript definitions for the Freight API",
  "author": {
    "name": "ShipEngine",
    "email": "connect@shipengine.com",
    "url": "https://connect.shipengine.com"
  },
  "license": "Apache-2.0",
  "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",
    "freightapi"
  ],
  "dependencies": {
    "@shipengine/connect-runtime": "^4.10.2"
  },
  "devDependencies": {
    "@types/node": "^20.11.5",
    "prettier": "^2.8.8",
    "typescript": "^5.2.2",
    "vitest": "^0.34.6"
  },
  "peerDependencies": {
    "express": "^4.18.2"
  }
}