-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 768 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 768 Bytes
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
{
"name": "cloud-code-ai-provider-monorepo",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Monorepo for Google Cloud Code AI SDK Provider",
"license": "MIT",
"author": "Saatvik Arya",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"type-check": "pnpm -r type-check",
"clean": "pnpm -r clean",
"dev": "pnpm -r --parallel dev",
"sherif": "sherif -f"
},
"devDependencies": {
"@types/node": "^24.0.4",
"sherif": "^1.6.1",
"typescript": "^5.9.2",
"vitest": "^3.2.4"
},
"packageManager": "[email protected]+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}