trisquel-icecat/icecat/tools/ts/package.json
2025-10-06 02:35:48 -06:00

24 lines
714 B
JSON

{
"devDependencies": {
"@mdn/browser-compat-data": "^6.0.4",
"@types/webidl2": "24.4.3",
"@typescript/dom-lib-generator": "github:microsoft/TypeScript-DOM-lib-generator#@types/web@0.0.232",
"bcd-idl-mapper": "2.3.2",
"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.8.3",
"webidl2": "24.4.1",
"yaml": "2.7.1"
},
"overrides": {
"globals": "13.24.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"
}
}