{
  "name": "@launchtray/hatch-template-server-sdk",
  "version": "0.1.0",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "license": "MIT",
  "private": true,
  "publishConfig": {
    "access": "restricted"
  },
  "scripts": {
    "lint": "eslint --max-warnings=0 .",
    "lint:fix": "eslint --max-warnings=0 --fix .",
    "build": "rimraf dist && tsc",
    "build:watch": "tsc"
  },
  "peerDependencies": {
    "@launchtray/hatch-server": "workspace:*",
    "@launchtray/hatch-server-middleware": "workspace:*",
    "@launchtray/hatch-util": "workspace:*",
    "@launchtray/tsyringe-async": "4.3.3",
    "express": "^4",
    "@sentry/node": "^5",
    "@sentry/types": "^5",
    "bufferutil": "^4",
    "cors": "2.8.5",
    "utf-8-validate": "^5",
    "winston-transport": "^4",
    "winston": "^3",
    "ws": "^7"
  },
  "devDependencies": {
    "@sentry/node": "^5",
    "@sentry/types": "^5",
    "bufferutil": "^4",
    "cors": "2.8.5",
    "utf-8-validate": "^5",
    "winston-transport": "^4",
    "winston": "^3",
    "ws": "^7",
    "@types/node": "^18",
    "@launchtray/hatch-server": "workspace:*",
    "@launchtray/hatch-server-middleware": "workspace:*",
    "@launchtray/hatch-sdk-generator": "workspace:*",
    "@launchtray/hatch-util": "workspace:*",
    "@launchtray/tsyringe-async": "4.3.3",
    "eslint": "^8",
    "@launchtray/hatch-eslint-config": "workspace:*",
    "@typescript-eslint/parser": "^5",
    "@typescript-eslint/eslint-plugin": "^5",
    "atlassian-openapi": "^1.0.17",
    "eslint-config-airbnb-base": "^15",
    "eslint-plugin-import": "^2",
    "eslint-plugin-jest": "^26",
    "express": "^4",
    "@types/express": "^4",
    "@types/express-serve-static-core": "^4",
    "rimraf": "3.0.0",
    "typescript": "4.9.5"
  }
}
