{
  "name": "@iabtcf/stub",
  "version": "1.5.6",
  "description": "CMP API Stub code",
  "author": "Chris Paterson <tcf@chrispaterson.io>",
  "homepage": "https://iabtcf.com/",
  "license": "Apache-2.0",
  "main": "lib/stub.js",
  "files": [
    "lib/stub.js"
  ],
  "scripts": {
    "preversion": "echo 'woops I think you meant to go to the root' && exit 1",
    "build": "rm -rf lib && mkdir lib ; babel src/stub.js | terser -m -c -o lib/stub.js",
    "build-dev": "rm -rf lib && ln -s src lib",
    "lint": "exit 0"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.5",
    "@babel/core": "^7.7.5",
    "@babel/helper-validator-identifier": "^7.10.4",
    "@babel/preset-env": "^7.7.6",
    "eslint": "6.8.0",
    "terser": "^4.8.1"
  },
  "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/stub"
  }
}
