forked from angular/dev-infra
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.02 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@angular/ng-dev",
"version": "0.0.0-{SCM_HEAD_SHA}",
"type": "module",
"private": true,
"bin": "./bundles/cli.mjs",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./bundles/index.mjs"
},
"./*": {
"types": "./*.d.ts",
"default": "./bundles/*.mjs"
}
},
"dependencies": {
"@actions/core": "3.0.0",
"@google-cloud/spanner": "8.0.0",
"@google/genai": "1.48.0",
"@inquirer/prompts": "8.3.2",
"@inquirer/type": "4.0.4",
"@octokit/auth-app": "8.2.0",
"@octokit/core": "7.0.6",
"@octokit/graphql-schema": "15.26.1",
"@octokit/graphql": "9.0.3",
"@octokit/openapi-types": "27.0.0",
"@octokit/plugin-paginate-rest": "14.0.0",
"@octokit/plugin-rest-endpoint-methods": "17.0.0",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@pnpm/dependency-path": "1001.1.10",
"@types/cli-progress": "3.11.6",
"@types/ejs": "3.1.5",
"@types/events": "3.0.3",
"@types/folder-hash": "4.0.4",
"@types/jasmine": "6.0.0",
"@types/node": "24.12.0",
"@types/semver": "7.7.1",
"@types/which": "3.0.4",
"@types/yargs": "17.0.35",
"@types/yarnpkg__lockfile": "1.1.9",
"@conventional-changelog/git-client": "2.6.0",
"@yarnpkg/lockfile": "1.1.0",
"bufferutil": "4.1.0",
"cli-progress": "3.12.0",
"conventional-commits-filter": "5.0.0",
"conventional-commits-parser": "6.4.0",
"ejs": "5.0.1",
"encoding": "0.1.13",
"fast-glob": "3.3.3",
"firebase": "12.11.0",
"folder-hash": "4.1.2",
"jasmine-core": "6.1.0",
"jasmine-reporters": "2.5.2",
"jasmine": "6.1.0",
"jsonc-parser": "3.3.1",
"minimatch": "10.2.5",
"multimatch": "8.0.0",
"nock": "14.0.11",
"semver": "7.7.4",
"supports-color": "10.2.2",
"typed-graphqlify": "3.1.6",
"tsx": "4.21.0",
"typescript": "5.9.3",
"utf-8-validate": "6.0.6",
"which": "6.0.1",
"yaml": "2.8.3",
"yargs": "18.0.0",
"zod": "^4.3.6"
}
}