mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
18 lines
408 B
JSON
18 lines
408 B
JSON
{
|
|
"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#928dffb9d9431b2cd2a73d7b940d1575f221e072",
|
|
"zone.js": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|