Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/dev/npm-tools/package.json
3602 views
1
{
2
"name": "npm-tools",
3
"private": true,
4
"description": "CLI tools used across the monorepo",
5
"dependencies": {
6
"@anthropic-ai/claude-code": "^2.0.57",
7
"bun": "^1.2.16",
8
"node-gyp": "^10.3.1",
9
"npm": "^11.7.0",
10
"pnpm": "^9.15.0",
11
"prettier": "^3.0.0",
12
"typescript": "^5.7.3",
13
"xunit-viewer": "^10.6.1",
14
"yarn": "^1.22.22"
15
}
16
}
17
18