2021-01-21 07:37:49 +08:00
|
|
|
{
|
2021-03-17 05:43:29 +08:00
|
|
|
"license": "MIT",
|
2021-02-04 07:52:17 +08: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 07:37:49 +08:00
|
|
|
"devDependencies": {
|
2021-06-10 21:09:38 +08:00
|
|
|
"@playwright/test": "^1.12.1",
|
2021-01-21 07:37:49 +08:00
|
|
|
"@types/jest": "^26.0.20",
|
2021-02-04 07:52:06 +08:00
|
|
|
"@types/jsdom": "^16.2.6",
|
2021-01-21 07:37:49 +08:00
|
|
|
"@types/node-fetch": "^2.5.8",
|
|
|
|
"@types/supertest": "^2.0.10",
|
2021-06-03 01:27:57 +08:00
|
|
|
"argon2": "^0.28.0",
|
2021-01-21 07:37:49 +08:00
|
|
|
"jest": "^26.6.3",
|
2021-02-04 07:52:06 +08:00
|
|
|
"jsdom": "^16.4.0",
|
2021-01-21 07:37:49 +08:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-06-10 21:09:38 +08:00
|
|
|
"playwright": "^1.12.1",
|
2021-04-06 06:18:13 +08:00
|
|
|
"supertest": "^6.1.1",
|
2021-07-07 05:40:06 +08:00
|
|
|
"ts-jest": "^26.4.4",
|
|
|
|
"@types/wtfnode": "^0.7.0",
|
|
|
|
"wtfnode": "^0.9.0"
|
2021-01-21 07:37:49 +08:00
|
|
|
}
|
|
|
|
}
|