tern-def-tbext
Version:
tern definition file for Thunderbird Extension.
35 lines (34 loc) • 799 B
JSON
{
"name": "tern-def-tbext",
"description": "tern definition file for Thunderbird Extension.",
"version": "1.45.0",
"author": "PrsPrsBK",
"devDependencies": {
"@mdn/browser-compat-data": "^3.0.0",
"eslint": "^7.0.1",
"strip-json-comments": "^3.0.1"
},
"files": [
"README.md",
"images/2019-02-11_readme-img_01.jpg",
"defs/tbext-nightly.json",
"defs/which_is_used.txt",
"LICENSE/"
],
"keywords": [
"Thunderbird",
"tern"
],
"license": "MPL-2.0",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/PrsPrsBK/tern-def-tbext"
},
"scripts": {
"build": "node build.js",
"eslint": "eslint --color --cache --ext=.js ",
"prepublishOnly": "pwsh ./update-pub-status.ps1"
}
}