Source code

Revision control

Copy as Markdown

Other Tools

{
"devDependencies": {
"@mdn/browser-compat-data": "5.6.41",
"@types/webidl2": "24.4.3",
"@typescript/dom-lib-generator": "github:microsoft/TypeScript-DOM-lib-generator#@types/web@0.0.202",
"bcd-idl-mapper": "2.3.1",
"jest": "29.7.0",
"jsonc-parser": "3.3.1",
"peggy": "4.2.0",
"print-diff": "2.0.0",
"ts-patch": "3.3.0",
"typescript": "5.7.3",
"webidl2": "24.4.1",
"yaml": "2.7.0"
},
"scripts": {
"prepare": "ts-patch install -s",
"postinstall": "npm explore @typescript/dom-lib-generator -- tsc --typeRoots ../../@types",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
}
}