{
  "name": "@adhesivejs/core",
  "type": "module",
  "version": "0.7.9",
  "description": "A modern, performant, lightweight, dependency free, cross platform solution for flexible sticky positioned elements",
  "author": {
    "name": "Daniel Waltz",
    "email": "danielbwaltz@gmail.com",
    "url": "https://danielwaltz.me/"
  },
  "license": "MIT",
  "homepage": "https://github.com/adhesivejs/adhesive/tree/main/packages/core#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/adhesivejs/adhesive.git",
    "directory": "packages/core"
  },
  "keywords": [
    "sticky",
    "position",
    "elements"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true,
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "scripts": {
    "build": "tsdown",
    "lint": "eslint",
    "release:bump": "changelogen --bump",
    "release:publish": "pnpm publish && pnpx jsr publish",
    "test:attw": "attw --pack --profile esm-only",
    "test:jsr": "pnpx jsr publish --dry-run --allow-dirty",
    "test:publint": "publint",
    "test:publish": "pnpm test:attw && pnpm test:jsr && pnpm test:publint",
    "type-check": "tsc --noEmit"
  }
}