{
  "name": "@shipengine/connect-order-source-runtime",
  "version": "1.27.7",
  "description": "This is the app host for a order source Connect app. It provides an HTTP interface implementing the OrderSourceAPI spec and does mapping to Connect and back",
  "main": "lib/server.js",
  "scripts": {
    "build": "yarn build:ts && copyfiles -u 1 src/mapping/spec.yaml lib",
    "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",
    "start": "node lib/server.js",
    "test": "true",
    "watch": "yarn build:watch"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ShipEngine/connect"
  },
  "author": {
    "name": "ShipEngine",
    "email": "connect@shipengine.com",
    "url": "https://connect.shipengine.com"
  },
  "license": "Apache-2.0",
  "dependencies": {
    "@sentry/node": "^6.19.6",
    "@shipengine/connect-loader": "^3.9.8",
    "@shipengine/connect-order-source-api": "^3.15.1",
    "@shipengine/connect-sdk": "^12.18.7",
    "body-parser": "^1.19.0",
    "continuation-local-storage": "^3.2.1",
    "dotenv-flow": "^3.2.0",
    "express": "^4.17.1",
    "express-winston": "^4.0.3",
    "fast-redact": "^2.0.0",
    "joi": "17.4.2",
    "logform": "2.4.2",
    "newrelic": "^6.10.0",
    "only": "^0.0.2",
    "redact-secrets": "^1.0.0",
    "redoc-express": "^1.0.0",
    "serialize-error": "^8.1.0",
    "uuid": "^8.3.2",
    "winston": "^3.3.3"
  },
  "devDependencies": {
    "@shipengine/connect-runtime": "^1.2.0",
    "@types/continuation-local-storage": "^3.2.2",
    "@types/express": "^4.17.13",
    "@types/fast-redact": "^2.0.0",
    "@types/node": "^14.17.15",
    "@types/uuid": "^8.3.1",
    "copyfiles": "^2.4.1",
    "nodemon": "^2.0.12",
    "prettier": "^2.4.0",
    "typescript": "^4.3.5"
  }
}