{
  "name": "@jeysonj2/circular",
  "description": "A forward-thinking library of web components.",
  "version": "1.7.1",
  "homepage": "https://github.com/circular-o/circular",
  "author": "Cory LaViska + Circular Team",
  "license": "MIT",
  "customElements": "dist/custom-elements.json",
  "web-types": "dist/web-types.json",
  "type": "module",
  "types": "dist/circular.d.ts",
  "jsdelivr": "./cdn/circular-autoloader.js",
  "sideEffects": [
    "./dist/circular.js",
    "./dist/circular-autoloader.js",
    "./dist/components/**/*.js",
    "./dist/chunks/**/*.js",
    "./dist/translations/**/*.*",
    "./src/translations/**/*.*",
    "*.css",
    "// COMMENT: This monstrosity below isn't perfect, but its like 99% to get bundlers to recognize 'thing.component.ts' as having no side effects. Example: https://regexr.com/7grof",
    "./dist/components/**/*((?<!(\\.component|\\.styles)))\\.js"
  ],
  "exports": {
    ".": {
      "types": "./dist/circular.d.ts",
      "import": "./dist/circular.js"
    },
    "./dist/custom-elements.json": "./dist/custom-elements.json",
    "./dist/circular.js": "./dist/circular.js",
    "./dist/circular-autoloader.js": "./dist/circular-autoloader.js",
    "./dist/themes/*": "./dist/themes/*",
    "./dist/components/*": "./dist/components/*",
    "./dist/utilities/*": "./dist/utilities/*",
    "./dist/react": "./dist/react/index.js",
    "./dist/react/*": "./dist/react/*",
    "./dist/translations/*": "./dist/translations/*"
  },
  "files": [
    "dist",
    "cdn"
  ],
  "keywords": [
    "web components",
    "custom elements",
    "components"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/circular-o/circular.git"
  },
  "bugs": {
    "url": "https://github.com/circular-o/circular/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/claviska"
  },
  "scripts": {
    "start": "node scripts/build.js --serve",
    "build": "node scripts/build.js",
    "verify": "npm run prettier:check && npm run lint && npm run build && npm run test",
    "verify:fix": "npm run prettier && npm run lint:fix && npm run build && npm run test",
    "/* 1": "verify-no-tests is useful to test the CI without running tests */",
    "verify-no-tests": "npm run prettier:check && npm run lint && npm run build",
    "prepublishOnly-skip": "npm run verify",
    "prettier": "prettier --write --loglevel warn .",
    "prettier:check": "prettier --check --loglevel warn .",
    "lint": "eslint src --max-warnings 0",
    "lint:fix": "eslint src --max-warnings 0 --fix",
    "ts-check": "tsc --noEmit --project ./tsconfig.json",
    "create": "plop --plopfile scripts/plop/plopfile.js",
    "test": "web-test-runner --group default",
    "test:component": "web-test-runner -- --watch --group",
    "test:watch": "web-test-runner --watch --group default",
    "spellcheck": "cspell \"**/*.{js,ts,json,html,css,md}\" --no-progress",
    "list-outdated-dependencies": "npm-check-updates --format repo --peer",
    "update-dependencies": "npm-check-updates --peer -u && npm install",
    "commit": "git-cz",
    "semantic-release": "semantic-release",
    "11ty-build": "cd docs && npx @11ty/eleventy --config=./eleventy.config.cjs",
    "11ty-dryrun": "cd docs && npx @11ty/eleventy --config=./eleventy.config.cjs --dryrun"
  },
  "engines": {
    "node": ">=16.20"
  },
  "dependencies": {
    "@ctrl/tinycolor": "^3.6.0",
    "@floating-ui/dom": "^1.2.8",
    "@lit-labs/react": "^1.1.1",
    "@shoelace-style/animations": "^1.1.0",
    "@shoelace-style/localize": "^3.1.1",
    "composed-offset-position": "^0.0.4",
    "lit": "^2.7.5",
    "luxon": "^3.3.0",
    "qr-creator": "^1.0.0",
    "tabulator-tables": "^5.5.0"
  },
  "devDependencies": {
    "@11ty/eleventy": "^2.0.1",
    "@custom-elements-manifest/analyzer": "^0.8.3",
    "@open-wc/testing": "^3.1.8",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/exec": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@types/luxon": "^3.3.0",
    "@types/mocha": "^10.0.1",
    "@types/react": "^18.2.6",
    "@types/tabulator-tables": "^5.4.8",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@web/dev-server-esbuild": "^0.4.1",
    "@web/test-runner": "^0.16.1",
    "@web/test-runner-commands": "^0.7.0",
    "@web/test-runner-playwright": "^0.10.0",
    "bootstrap-icons": "^1.10.5",
    "browser-sync": "^2.29.3",
    "cem-plugin-vs-code-custom-data-generator": "^1.4.1",
    "chalk": "^5.2.0",
    "change-case": "^4.1.2",
    "command-line-args": "^5.2.1",
    "comment-parser": "^1.3.1",
    "cspell": "^6.31.1",
    "cz-conventional-changelog": "^3.3.0",
    "del": "^7.0.0",
    "download": "^8.0.0",
    "esbuild": "^0.18.2",
    "esbuild-plugin-replace": "^1.4.0",
    "eslint": "^8.44.0",
    "eslint-plugin-chai-expect": "^3.0.0",
    "eslint-plugin-chai-friendly": "^0.7.2",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-lit": "^1.8.3",
    "eslint-plugin-lit-a11y": "^4.1.0",
    "eslint-plugin-markdown": "^3.0.0",
    "eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
    "eslint-plugin-wc": "^1.5.0",
    "front-matter": "^4.0.2",
    "get-port": "^7.0.0",
    "globby": "^13.1.4",
    "husky": "^8.0.3",
    "jsdom": "^22.1.0",
    "jsonata": "^2.0.3",
    "lint-staged": "^13.2.2",
    "lunr": "^2.3.9",
    "markdown-it-container": "^3.0.0",
    "markdown-it-ins": "^3.0.1",
    "markdown-it-kbd": "^2.2.2",
    "markdown-it-mark": "^3.0.1",
    "markdown-it-replace-it": "^1.0.0",
    "npm-check-updates": "^16.10.12",
    "ora": "^6.3.1",
    "pascal-case": "^3.1.2",
    "plop": "^3.1.2",
    "prettier": "^2.8.8",
    "prismjs": "^1.29.0",
    "react": "^18.2.0",
    "recursive-copy": "^2.0.14",
    "semantic-release": "^21.0.2",
    "sinon": "^15.1.0",
    "smartquotes": "^2.3.2",
    "source-map": "^0.7.4",
    "strip-css-comments": "^5.0.0",
    "svg-sprite": "^2.0.2",
    "tslib": "^2.5.2",
    "typescript": "^5.1.3",
    "user-agent-data-types": "^0.3.1"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "eslint --max-warnings 0 --cache --fix",
      "prettier --write"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release": {
    "branches": [
      {
        "name": "current"
      },
      {
        "name": "next",
        "channel": "next",
        "prerelease": "next"
      }
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      [
        "@semantic-release/exec",
        {
          "prepareCmd": "npm run prettier && npm run build"
        }
      ],
      "@semantic-release/npm",
      "@semantic-release/github",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json",
            "package-lock.json"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ]
    ]
  },
  "publishConfig": {
    "access": "public"
  }
}
