Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/simulation/fixtures/tests/simple-ts-proj/package.json
13405 views
1
{
2
"dependencies": {
3
"express": "^4.17.1"
4
},
5
"devDependencies": {
6
"jest": "^29.7.0",
7
"supertest": "^6.1.3"
8
}
9
}
10
11