{
  "name": "@gibme/overlay",
  "version": "22.0.0",
  "description": "A simple Loading Overlay",
  "main": "./dist/index.js",
  "types": "./dist/index.ts",
  "files": [
    "dist/*"
  ],
  "license": "MIT",
  "scripts": {
    "build": "yarn build:typescript",
    "build:docs": "./node_modules/.bin/typedoc",
    "build:typescript": "./node_modules/.bin/tsc",
    "build:webpack": "yarn build:webpacked",
    "build:webpacked": "./node_modules/.bin/auto-pack",
    "test": "yarn test:style && yarn test:typecheck",
    "test:typecheck": "./node_modules/.bin/tsc --noEmit",
    "test:style": "yarn style",
    "style": "./node_modules/.bin/eslint src/**/*.ts",
    "fix-style": "./node_modules/.bin/eslint --fix src/**/*.ts",
    "fix:style": "yarn fix-style",
    "prepublishOnly": "yarn build && yarn build:webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gibme-npm/overlay.git"
  },
  "bugs": {
    "url": "https://github.com/gibme-npm/overlay/issues"
  },
  "homepage": "https://gibme-npm.github.io/overlay/",
  "engines": {
    "node": ">=22"
  },
  "engineStrict": true,
  "author": {
    "name": "Brandon Lehmann",
    "email": "brandonlehmann@gmail.com"
  },
  "webpack": {
    "entry": {
      "Overlay": "./src/index.ts"
    },
    "filename": "[name].min.js"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.5",
    "@eslint/js": "^10.0.1",
    "@gibme/auto-pack": "^22.0.0",
    "@types/node": "^25.5.2",
    "@typescript-eslint/eslint-plugin": "^8.58.0",
    "@typescript-eslint/parser": "^8.58.0",
    "dotenv": "^17.4.0",
    "eslint": "^10.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-n": "^17.24.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^7.2.1",
    "globals": "^17.4.0",
    "typedoc": "^0.28.18",
    "typescript": "^6.0.2"
  },
  "dependencies": {
    "@gibme/fontawesome": "^22.0.0",
    "@types/jquery": "^4.0.0",
    "jquery": "^4.0.0",
    "nanoid": "^5.1.7"
  }
}
