{
  "name": "@shipengine/connect-fulfillment-provider-api",
  "version": "4.5.0",
  "description": "OpenAPI specification and TypeScript definitions for the Connect Fulfillment Provider API",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "yarn build:ts",
    "format": "prettier --single-quote --trailing-comma=all --write \"src/**/*.ts\"",
    "lint": "prettier --single-quote --trailing-comma=all --check \"src/**/*.ts\"",
    "test": "vitest run",
    "watch": "yarn build:watch"
  },
  "keywords": [
    "shipengine",
    "connect",
    "fulfillment",
    "delegation"
  ],
  "author": "ShipEngine",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "prettier": "^2.8.8",
    "typescript": "^5.2.2",
    "vitest": "^0.34.6"
  },
  "peerDependencies": {
    "@shipengine/connect-runtime": "^4.9.1"
  }
}