{
  "name": "@openrtb/converter",
  "version": "0.1.3",
  "description": "TypeScript converter library compliant with OpenRTB 2.6/3.0 and AdCOM 1.0 and Native-Ad 1.2",
  "keywords": [
    "TypeScript",
    "Converter",
    "OpenRTB",
    "Native-Ad",
    "AdCOM",
    "OpenRTB v2.6",
    "OpenRTB v3.0"
  ],
  "author": "Kai Miyamoto",
  "license": "MIT",
  "repository": {
    "type": "github",
    "url": "https://github.com/nextadjs/openrtb.git",
    "directory": "packages/@openrtb-converter"
  },
  "files": [
    "./dist",
    "LICENSE",
    "README.md"
  ],
  "bugs": "https://github.com/nextadjs/openrtb.git/issues",
  "peerDependencies": {
    "iab-adcom": "^1",
    "iab-native": "^1",
    "iab-openrtb": "^1"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "uuid": "^11.1.0"
  },
  "scripts": {
    "build": "tsup",
    "lint": "tsc --excludeFiles \"**/*.test.ts\""
  }
}