{
  "name": "@tsed/json-mapper",
  "description": "Json mapper module for Ts.ED Framework",
  "type": "module",
  "version": "8.26.2",
  "source": "./src/index.ts",
  "main": "./lib/esm/index.js",
  "module": "./lib/esm/index.js",
  "typings": "./lib/types/index.d.ts",
  "browser": "./lib/esm/index.js",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./lib/types/index.d.ts",
      "browser": "./lib/esm/index.js",
      "import": "./lib/esm/index.js",
      "default": "./lib/esm/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf lib",
    "build": "yarn clean && yarn barrels && yarn build:ts",
    "barrels": "barrels",
    "test": "vitest run",
    "build:ts": "tsc --build tsconfig.esm.json",
    "test:ci": "vitest run --coverage.thresholds.autoUpdate=true"
  },
  "keywords": [
    "TypeScript",
    "decorators",
    "models",
    "json mapper",
    "mapper",
    "serialization",
    "deserialization",
    "class",
    "classes",
    "tsed"
  ],
  "dependencies": {
    "tslib": ">=2.7.0"
  },
  "devDependencies": {
    "@tsed/barrels": "8.26.2",
    "@tsed/core": "8.26.2",
    "@tsed/schema": "8.26.2",
    "@tsed/typescript": "8.26.2",
    "eslint": "9.12.0",
    "typescript": "6.0.2",
    "vitest": "3.2.4"
  },
  "peerDependencies": {
    "@tsed/core": ">=8.0.0",
    "@tsed/schema": ">=8.0.0"
  },
  "peerDependenciesMeta": {
    "@tsed/core": {
      "optional": false
    },
    "@tsed/schema": {
      "optional": false
    }
  },
  "repository": "https://github.com/tsedio/tsed",
  "bugs": {
    "url": "https://github.com/tsedio/tsed/issues"
  },
  "homepage": "https://github.com/tsedio/tsed/tree/production/packages/specs/json-mapper",
  "author": "Romain Lenzotti",
  "license": "MIT"
}