{
  "name": "@mariusbongarts/previewbox",
  "version": "0.0.24",
  "description": "A comprehensive web component suite for rendering link previews, complete with thumbnails, titles, authors, and Open Graph metadata integration.",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "author": "Marius Bongarts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/MariusBongarts/previewbox"
  },
  "homepage": "https://previewbox.link",
  "scripts": {
    "dev": "concurrently \"yarn start:server\" \"yarn build:watch\" \"yarn serve\"",
    "start:server": "yarn --cwd server start",
    "build": "node scripts/build.js",
    "publish": "npm publish --access public",
    "build:watch": "yarn build -- --watch",
    "clean": "rimraf index.{d.ts,d.ts.map,js,js.map} test/index.{d.ts,d.ts.map,js,js.map} test/index_test.{d.ts,d.ts.map,js,js.map}",
    "lint": "yarn lint:lit-analyzer && yarn lint:eslint",
    "lint:eslint": "eslint 'src/**/*.ts'",
    "lint:lit-analyzer": "lit-analyzer",
    "format": "prettier \"**/*.{cjs,html,js,json,md,ts}\" --ignore-path ./.eslintignore --write",
    "docs": "yarn docs:clean && yarn build && yarn analyze && yarn docs:build && yarn docs:assets && yarn docs:gen",
    "docs:clean": "rimraf docs",
    "docs:gen": "eleventy --config=.eleventy.cjs",
    "docs:gen:watch": "eleventy --config=.eleventy.cjs --watch",
    "docs:build": "rollup -c --file docs/index.bundled.js",
    "docs:assets": "cp node_modules/prismjs/themes/prism-okaidia.css docs/",
    "docs:serve": "wds --root-dir=docs --node-resolve --watch",
    "analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
    "analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
    "serve": "wds --watch",
    "serve:prod": "MODE=prod yarn serve",
    "test": "yarn test:dev && yarn test:prod",
    "test:dev": "wtr",
    "test:watch": "wtr --watch",
    "test:prod": "MODE=prod wtr",
    "test:prod:watch": "MODE=prod wtr --watch",
    "checksize": "rollup -c ; cat index.bundled.js | gzip -9 | wc -c ; rm index.bundled.js"
  },
  "keywords": [
    "web-components",
    "lit-element",
    "typescript",
    "lit"
  ],
  "dependencies": {
    "lit": "^3.2.0"
  },
  "devDependencies": {
    "@11ty/eleventy": "^1.0.1",
    "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
    "@custom-elements-manifest/analyzer": "^0.6.3",
    "@open-wc/testing": "^4.0.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.7",
    "@rollup/plugin-terser": "^0.4.4",
    "@typescript-eslint/eslint-plugin": "^5.25.0",
    "@typescript-eslint/parser": "^5.25.0",
    "@web/dev-server": "^0.1.31",
    "@web/dev-server-esbuild": "^1.0.2",
    "@web/dev-server-legacy": "^1.0.0",
    "@web/test-runner": "^0.15.0",
    "@web/test-runner-playwright": "^0.9.0",
    "@webcomponents/webcomponentsjs": "^2.8.0",
    "concurrently": "^9.0.1",
    "esbuild": "^0.24.0",
    "eslint": "^8.15.0",
    "kill-port": "^2.0.1",
    "lit-analyzer": "^1.2.1",
    "prettier": "^2.6.2",
    "rimraf": "^3.0.2",
    "rollup": "^4.18.0",
    "rollup-plugin-summary": "^2.0.1",
    "typescript": "^5.6.3",
    "wait-on": "^8.0.1"
  },
  "customElements": "custom-elements.json"
}
