{ "name": "typings", "version": "1.0.0", "description": "typing test package to test zone.js.d.ts", "scripts": { "test": "tsc -p ." }, "keywords": [], "author": "", "license": "MIT", "dependencies": { "domino": "https://github.com/angular/domino.git#93e720f143d0296dd2726ffbcf4fc12283363a7b", "zone.js": "workspace:*" }, "devDependencies": { "typescript": "5.9.2" } }