{
  "name": "@iabtechlabtcf/testing",
  "version": "1.5.21",
  "description": "Shared testing utilities",
  "author": "Mayank Mishra <mayank@iabtechlab.com>",
  "homepage": "https://iabtcf.com/",
  "license": "Apache-2.0",
  "type": "module",
  "main": "lib/cjs/index.js",
  "module": "lib/mjs/index.js",
  "exports": {
    ".": {
      "import": "./lib/mjs/index.js",
      "require": "./lib/cjs/index.js"
    },
    "./lib/vendorlist/v2/*.json": "./lib/mjs/vendorlist/v2/*.json",
    "./lib/vendorlist/v2.2/*.json": "./lib/mjs/vendorlist/v2.2/*.json"
  },
  "types": "lib/mjs/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "scripts": {
    "preversion": "echo 'woops I think you meant to go to the root' && exit 1",
    "build": "../build ; cp -r src/vendorlist lib/mjs/ ; cp -r src/vendorlist lib/cjs/; yarn fix-cjs-import-require",
    "fix-cjs-import-require": "cp lib/cjs/GVLFactory.cjs lib/cjs/GVLFactory.js",
    "lint": "eslint `find src -name '*.ts'`"
  },
  "peerDependencies": {
    "@iabtechlabtcf/core": ">=1.0.0"
  },
  "dependencies": {
    "@types/sinon": "^10.0.11",
    "@types/sinon-chai": "3.2.8",
    "mocha-eslint": "^7.0.0",
    "sinon": "^13.0.1",
    "sinon-chai": "^3.7.0"
  },
  "devDependencies": {
    "eslint": "6.8.0",
    "mocha": "^9.2.0",
    "source-map-support": "^0.5.12",
    "terser": "^4.8.1",
    "ts-node": "10.9.1",
    "typescript": "4.9.5"
  },
  "eslintIgnore": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "interactive",
    "advertising",
    "bureau",
    "iab",
    "transparency",
    "consent",
    "consentstring",
    "tcstring",
    "gvl",
    "vendor",
    "framework",
    "tcf",
    "lib",
    "library",
    "cmp",
    "2.0",
    "v2.0",
    "v2",
    "software",
    "development",
    "api",
    "kit",
    "sdk",
    "gdpr"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/InteractiveAdvertisingBureau/iabtcf-es.git",
    "directory": "modules/testing"
  }
}
