{
  "name": "@itwin/webgl-compatibility",
  "version": "4.10.13",
  "description": "APIs for determining the level of compatibility of a browser+device with the iTwin.js rendering system.",
  "license": "MIT",
  "main": "lib/cjs/webgl-compatibility.js",
  "module": "lib/esm/webgl-compatibility.js",
  "typings": "lib/cjs/webgl-compatibility.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/iTwin/itwinjs-core.git",
    "directory": "core/webgl-compatibility"
  },
  "keywords": [
    "Bentley",
    "BIM",
    "iModel",
    "Compatibility",
    "Capabilities",
    "WebGL"
  ],
  "author": {
    "name": "Bentley Systems, Inc.",
    "url": "http://www.bentley.com"
  },
  "dependencies": {
    "@itwin/core-bentley": "4.10.13"
  },
  "devDependencies": {
    "@itwin/eslint-plugin": "5.0.0-dev.1",
    "@types/chai": "4.3.1",
    "@types/mocha": "^10.0.6",
    "babel-loader": "~8.2.5",
    "babel-plugin-istanbul": "~6.1.1",
    "chai": "^4.3.10",
    "eslint": "^9.13.0",
    "glob": "^10.3.12",
    "mocha": "^10.2.0",
    "rimraf": "^3.0.2",
    "source-map-loader": "^4.0.0",
    "typescript": "~5.6.2",
    "webpack": "^5.76.0",
    "@itwin/build-tools": "4.10.13",
    "@itwin/certa": "4.10.13"
  },
  "scripts": {
    "build": "npm run -s build:cjs && npm run -s build:esm",
    "build:cjs": "tsc 1>&2 --outDir lib/cjs",
    "build:esm": "tsc 1>&2 --module ES2020 --outDir lib/esm",
    "clean": "rimraf lib .rush/temp/package-deps*.json",
    "cover": "npm -s test",
    "docs": "betools docs --json=../../generated-docs/core/webgl-compatibility/file.json --tsIndexFile=./webgl-compatibility.ts --onlyJson",
    "extract-api": "betools extract-api --entry=webgl-compatibility",
    "lint": "eslint \"./src/**/*.ts\" 1>&2",
    "test": "npm run -s webpackTests && certa -r chrome",
    "webpackTests": "webpack --config ./src/test/utils/webpack.config.js 1>&2"
  }
}