{
  "name": "@spscommerce/positioning",
  "description": "Service for positioning dropdown/popup elements.",
  "version": "8.51.0",
  "author": "SPS Commerce",
  "license": "UNLICENSED",
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/positioning",
  "homepage": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/positioning#readme",
  "type": "module",
  "module": "./lib/index.js",
  "main": "./lib/index.umd.cjs",
  "types": "./lib/index.d.ts",
  "exports": {
    "types": "./lib/index.d.ts",
    "require": "./lib/index.umd.cjs",
    "import": "./lib/index.js",
    "default": "./lib/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@spscommerce/utils": "^7.0.0 || ^8.0.0 || ^9.0.0"
  },
  "devDependencies": {
    "@spscommerce/utils": "9.0.3",
    "raf-stub": "3.0.0"
  },
  "dependencies": {
    "eventemitter3": "5.0.4",
    "intersection-observer": "0.12.0"
  },
  "scripts": {
    "build": "pnpm run build:js && pnpm run build:types",
    "build:js": "vite build",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationDir lib",
    "watch": "vite build --watch",
    "clean": "git clean -fdX",
    "pub": "node ../../scripts/publish-package.mjs"
  }
}