{
  "name": "@basis-theory/web-threeds",
  "version": "2.1.2",
  "repository": "https://github.com/Basis-Theory/web-threeds",
  "license": "Apache-2.0",
  "author": "Basis Theory <support@basistheory.com>",
  "module": "module/module.js",
  "main": "main/index.js",
  "types": "types/index.d.ts",
  "files": [
    "*",
    "!*.bundle.js"
  ],
  "scripts": {
    "postversion": "cd .. && node ./scripts/bump.js"
  },
  "resolutions": {
    "cliui": "^8.0.1"
  },
  "engines": {
    "node": ">=18.x"
  },
  "publishConfig": {
    "access": "public",
    "tag": "latest"
  }
}