forked from googleapis/gcloud-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.23 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.23 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
{
"name": "@google-cloud/gcloud-mcp-servers",
"version": "0.1.0",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"repository": {
"type": "git",
"url": "https://github.com/googleapis/gcloud-mcp.git"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "prettier --check . && eslint . --max-warnings 0",
"fix": "prettier --write . && eslint . --fix",
"test": "vitest run",
"test:i": "vitest run --coverage",
"prepare": "npm run build",
"pretest": "npm run build",
"posttest": "npm run lint"
},
"devDependencies": {
"@tsconfig/strictest": "^2.0.5",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/node": "^24.3.0",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vitest/coverage-v8": "^3.2.4",
"esbuild": "^0.25.10",
"eslint": "^9.34.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-license-header": "^0.8.0",
"eslint-plugin-prettier": "^5.5.4",
"prettier": "^3.6.2",
"turbo": "^2.5.6",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"packageManager": "npm@11.6.1"
}