{
  "name": "@memberstack/dom",
  "version": "2.0.9",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    },
    "./testing": {
      "types": "./lib/testing/index.d.ts",
      "import": "./lib/testing/index.mjs",
      "require": "./lib/testing/index.js"
    }
  },
  "files": [
    "lib/**/*"
  ],
  "author": "Tyler Bell",
  "license": "MIT",
  "dependencies": {
    "axios": "1.10.0",
    "js-cookie": "^3.0.1"
  },
  "scripts": {
    "dev": "tsup --watch --env.API_ENDPOINT https://client.memberstack.com",
    "build": "tsup --env.API_ENDPOINT https://client.memberstack.com",
    "prepublishOnly": "tsup --env.API_ENDPOINT https://client.memberstack.com",
    "prepublishOnly:porter-prod": "tsup --env.API_ENDPOINT https://client.memberstack.com",
    "prepublishOnly:porter-dev": "tsup --env.API_ENDPOINT https://dev-client.memberstack.com",
    "watch": "tsc-watch",
    "watch:dev": "tsup --watch --env.API_ENDPOINT http://localhost:3005",
    "watch:dev-ngrok": "tsup --watch --env.API_ENDPOINT https://client-testing.ngrok.io",
    "watch:dev-api": "tsup --watch --env.API_ENDPOINT https://dev-client.memberstack.com",
    "clean": "rm -rf node_modules lib",
    "deploy:latest": "npx np --tag latest --no-tests --any-branch",
    "deploy:next": "npx np --tag next --no-tests --any-branch",
    "build:local": "tsup --env.API_ENDPOINT https://dev-client.memberstack.com"
  },
  "devDependencies": {
    "@types/node": "^20",
    "replace-in-file": "^6.3.5",
    "ts-jest": "^26.5.6",
    "tsc-watch": "^6.0.4",
    "tsup": "^7.2.0"
  }
}
