{
  "name": "@tsed/platform-test-sdk",
  "description": "Package to test platform adapter integration with Ts.ED",
  "type": "module",
  "version": "8.12.4",
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "build": "yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "build:ts": "tsc --build tsconfig.esm.json"
  },
  "keywords": [
    "Ts.ED",
    "Testing",
    "sdk",
    "Platform",
    "Adapter"
  ],
  "dependencies": {
    "@tsed/ajv": "8.12.4",
    "@tsed/core": "8.12.4",
    "@tsed/di": "8.12.4",
    "@tsed/json-mapper": "8.12.4",
    "@tsed/logger": "7.0.1",
    "@tsed/platform-cache": "8.12.4",
    "@tsed/platform-http": "8.12.4",
    "@tsed/platform-params": "8.12.4",
    "@tsed/platform-router": "8.12.4",
    "@tsed/platform-views": "8.12.4",
    "@tsed/schema": "8.12.4",
    "@tsed/swagger": "8.12.4",
    "ajv": "^8.17.1",
    "axios": "1.7.7",
    "read-pkg-up": "7.0.1"
  },
  "devDependencies": {
    "@tsed/barrels": "8.12.4",
    "@tsed/typescript": "8.12.4",
    "eslint": "9.12.0",
    "typescript": "5.4.5"
  },
  "peerDependencies": {},
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/platform/platform-test-sdk",
  "author": "Romain Lenzotti",
  "license": "MIT"
}