code-server/test/package.json

25 lines
688 B
JSON
Raw Normal View History

{
2021-03-16 21:43:29 +00:00
"license": "MIT",
2021-02-03 23:52:17 +00:00
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
"devDependencies": {
"@playwright/test": "^1.12.1",
"@types/jest": "^26.0.20",
2021-02-03 23:52:06 +00:00
"@types/jsdom": "^16.2.6",
"@types/node-fetch": "^2.5.8",
"@types/supertest": "^2.0.10",
"@types/wtfnode": "^0.7.0",
2021-06-02 17:27:57 +00:00
"argon2": "^0.28.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
2021-02-03 23:52:06 +00:00
"jsdom": "^16.4.0",
"node-fetch": "^2.6.1",
"playwright": "^1.12.1",
"supertest": "^6.1.1",
"ts-jest": "^26.4.4",
"wtfnode": "^0.9.0"
2021-08-04 17:41:37 +00:00
},
"resolutions": {
"argon2/@mapbox/node-pre-gyp/tar": "^6.1.9"
}
}