2021-01-21 06:37:49 +07:00
|
|
|
{
|
2021-03-17 04:43:29 +07:00
|
|
|
"license": "MIT",
|
2021-02-04 06:52:17 +07:00
|
|
|
"#": "We must put jest in a sub-directory otherwise VS Code somehow picks up the types and generates conflicts with mocha.",
|
2021-01-21 06:37:49 +07:00
|
|
|
"devDependencies": {
|
2021-04-14 01:58:09 +07:00
|
|
|
"@playwright/test": "^0.1101.0-alpha2",
|
2021-01-21 06:37:49 +07:00
|
|
|
"@types/jest": "^26.0.20",
|
2021-02-04 06:52:06 +07:00
|
|
|
"@types/jsdom": "^16.2.6",
|
2021-01-21 06:37:49 +07:00
|
|
|
"@types/node-fetch": "^2.5.8",
|
|
|
|
"@types/supertest": "^2.0.10",
|
|
|
|
"jest": "^26.6.3",
|
2021-02-04 06:52:06 +07:00
|
|
|
"jsdom": "^16.4.0",
|
2021-01-21 06:37:49 +07:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-04-14 07:31:24 +07:00
|
|
|
"playwright": "^1.11.0-next-alpha-apr-13-2021",
|
2021-04-06 05:18:13 +07:00
|
|
|
"supertest": "^6.1.1",
|
|
|
|
"ts-jest": "^26.4.4"
|
2021-04-14 07:31:24 +07:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@playwright/test/playwright": "^1.11.0-next-alpha-apr-13-2021"
|
2021-01-21 06:37:49 +07:00
|
|
|
}
|
|
|
|
}
|