{
  "name": "@thunderbirdops/webext-compat-data",
  "version": "5.5.46.2",
  "description": "Web-extension Compat Data provides a way to generate and reference web-extension compatibility data in your apps or web-extensions.",
  "main": "thunderbird_compat_data.js",
  "bin": {
    "generate_compat_data": "generate_compat_data.js"
  },
  "scripts": {
    "generate": "./generate_compat_data.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thunderbird/webext-compat-data.git"
  },
  "keywords": [
    "thunderbird",
    "web-extension",
    "addons",
    "ATN"
  ],
  "author": "Thunderbird",
  "contributors": [
    "John Bieling",
    "Melissa Autumn"
  ],
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/thunderbird/webext-compat-data/issues"
  },
  "homepage": "https://github.com/thunderbird/webext-compat-data#readme",
  "dependencies": {
    "@mdn/browser-compat-data": "^5.5.46"
  },
  "devDependencies" : {
    "@mdn/browser-compat-data": "^5.5.46",
    "comment-json": "^4.2.5",
    "extract-zip": "^2.0.1",
    "fs-extra": "^11.2.0",
    "path": "^0.12.7",
    "yargs": "^17.7.2"
  },
  "funding": {
    "type": "thunderbird.net",
    "url": "https://www.thunderbird.net/donate?utm_campaign=npm_webext-compat-data"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "default": "./thunderbird_compat_data.js"
  }
}
