{
  "name": "popover-css-inspector",
  "version": "1.0.0-beta21",
  "description": "Displays CSS attributes of elements in a Bootstrap popover. Ideal for design systems and style guides.",
  "keywords": [
    "bootstrap",
    "style",
    "inspector"
  ],
  "homepage": "https://coliff.github.io/popover-css-inspector/",
  "bugs": {
    "url": "https://github.com/coliff/popover-css-inspector/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coliff/popover-css-inspector.git"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/coliff"
  },
  "license": "MIT",
  "ecmaVersion": 2022,
  "author": "Christian Oliff (https://christianoliff.com)",
  "main": "js/popover-css-inspector.min.js",
  "files": [
    "js/*.js"
  ],
  "scripts": {
    "build": "npm run prettier && npm run lint-js && npm run minify",
    "lint": "npm run lint-html && npm run lint-js",
    "lint-html": "htmlhint index.html",
    "lint-js": "eslint js/popover-css-inspector.js scripts/build.cjs --fix",
    "lint-markdown": "npx markdownlint-cli .",
    "minify": "node scripts/build.cjs",
    "pa11y": "npx pa11y https://coliff.github.io/popover-css-inspector/",
    "prettier": "prettier --write \"**/*.{cjs,html,js,json,md,yml}\"",
    "serve": "npx http-server -o /index.html -p 8080 -c-1",
    "size": "size-limit",
    "spellcheck": "npx cspell \"*.*\" --no-progress",
    "test": "npm run lint-js",
    "update-deps": "npx npm-check-updates"
  },
  "devDependencies": {
    "@eslint/js": "10.0.1",
    "@size-limit/file": "12.0.1",
    "eslint": "10.2.0",
    "eslint-config-prettier": "10.1.8",
    "globals": "17.5.0",
    "htmlhint": "1.9.2",
    "prettier": "3.8.2",
    "size-limit": "12.0.1",
    "terser": "5.46.1"
  },
  "volta": {
    "node": "24.14.0"
  }
}
