-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.26 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.26 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
{
"name": "@google-cloud/cloud-rad",
"version": "0.4.10",
"description": "",
"main": "index.js",
"repository": "googleapis/cloud-rad",
"bin": {
"cloud-rad": "./main.mjs"
},
"scripts": {
"coverage": "c8 npm run test",
"test": "env TEST=1 mocha --timeout=50000 --require './test/helpers.mjs' --recursive './test/specs/**/*.mjs'",
"update-api-model": "api-extractor run --local -c ./test/fixtures/api-model/api-extractor.json",
"update-snapshots": "env SNAPSHOT_UPDATE=1 TEST=1 mocha --timeout=50000 --require './test/helpers.mjs' './test/specs/lib/generate-devsite.mjs' './test/specs/lib/metadata.mjs'"
},
"author": "Google LLC",
"license": "Apache-2.0",
"dependencies": {
"@googleapis/api-documenter": "~7.13.0",
"@microsoft/api-extractor": "~7.40.0",
"@microsoft/api-extractor-model": "<7.28.13",
"@rushstack/node-core-library": "^3.55.2",
"ajv": "^8.17.1",
"execa": "^7.0.0",
"fs-extra": "^11.1.0",
"glob": "^10.1.0",
"js-yaml": "^4.1.0",
"minimatch": "^9.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {
"c8": "^9.0.0",
"eslint": "^8.32.0",
"gts": "^5.0.0",
"json": "^11.0.0",
"klaw": "^4.1.0",
"mocha": "^10.0.0",
"snap-shot-it": "^7.9.6"
}
}