fune/tools/@types/package.json
Tomislav Jovanovic c346a789f6 Bug 1880764 - Initial TypeScript tooling r=mossop,Standard8
* Initial tools/ts setup.
* Mach commands for buidling xpcom related typelibs.
* Mach command for updating the typelib references.
* Mach command for type-checking js projects.

Also included the dom typelib for reference.

Differential Revision: https://phabricator.services.mozilla.com/D197620
2024-03-15 19:20:45 +00:00

26 lines
647 B
JSON

{
"name": "@types/gecko",
"version": "1.0.0",
"description": "TypeScript definitions for gecko dom and xpcom.",
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/gecko-dev.git"
},
"keywords": [
"dom",
"gecko",
"mozilla",
"types",
"typescript",
"webidl",
"xpcom"
],
"author": "Tomislav Jovanovic",
"license": "MPL-2.0",
"types": "./index.d.ts",
"bugs": {
"url": "https://bugzilla.mozilla.org/enter_bug.cgi?product=Developer+Infrastructure&component=Lint+and+Formatting"
},
"homepage": "https://firefox-source-docs.mozilla.org/code-quality/",
"private": true
}