{
  "name": "@lizardbyte/shared-web",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LizardByte/shared-web.git"
  },
  "version": "2026.314.32913",
  "description": "Shared web assets for LizardByte projects",
  "license": "AGPL-3.0-only",
  "funding": "https://app.lizardbyte.dev",
  "homepage": "https://github.com/LizardByte/shared-web#readme",
  "bugs": {
    "url": "https://github.com/LizardByte/shared-web/issues"
  },
  "files": [
    "dist/",
    "src/",
    "tests/",
    "LICENSE",
    "README.md"
  ],
  "dependencies": {
    "@fortawesome/fontawesome-free": "7.2.0",
    "bootstrap": "5.3.8"
  },
  "devDependencies": {
    "@babel/core": "7.29.0",
    "@babel/preset-env": "7.29.0",
    "@codecov/webpack-plugin": "1.9.1",
    "@eslint/js": "10.0.1",
    "@jest/globals": "30.3.0",
    "babel-loader": "10.1.1",
    "clean-jsdoc-theme": "4.3.0",
    "cross-env": "10.1.0",
    "css-loader": "7.1.4",
    "eslint": "10.0.3",
    "eslint-plugin-jest": "29.15.0",
    "globals": "17.4.0",
    "jest": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "jest-junit": "16.0.0",
    "jsdoc": "4.0.5",
    "mini-css-extract-plugin": "2.10.1",
    "node-fetch": "3.3.2",
    "npm-run-all": "4.1.5",
    "postcss": "8.5.8",
    "postcss-loader": "8.2.1",
    "postcss-preset-env": "11.2.0",
    "sass": "1.98.0",
    "sass-loader": "16.0.7",
    "webpack": "5.105.4",
    "webpack-cli": "7.0.0",
    "webpack-dev-server": "5.2.3"
  },
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx}"
    ],
    "testEnvironment": "jsdom"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack",
    "generate-docs": "jsdoc --configure jsdoc.json --verbose",
    "start": "webpack serve",
    "test": "npm-run-all test:unit test:report test:lint",
    "test:unit": "jest --coverage",
    "test:report": "jest --reporters=jest-junit",
    "test:lint": "eslint ."
  }
}
