{
  "name": "tbext-manifest-schema",
  "description": "JSON schema for Thunderbird Extension manifest.",
  "version": "0.29.0",
  "author": "PrsPrsBK",
  "devDependencies": {
    "strip-json-comments": "^3.0.1"
  },
  "files": [
    "tbext.min.json",
    "README.md",
    "defs/which_is_used.txt",
    "LICENSE/"
  ],
  "keywords": [
    "Thunderbird",
    "Addon",
    "Extension",
    "JSON schema"
  ],
  "license": "MPL-2.0",
  "main": "index.js",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/PrsPrsBK/tbext-manifest-schema"
  },
  "scripts": {
    "build": "node build.js"
  }
}
