723469ab5b
* chore(deps): replace argon2 w/@node-rs/argon2 * refactor: clean up hashPassword functions * refactor(util): pass in process.platform * fix: use correct settings for test-extension Before, it was running into errors with an @types package. Now, we're correctly running `tsc` so it picks up our `tsconfig.json` and we're telling TypeScript to not typecheck our lib and exclude `node_modules`
28 lines
748 B
JSON
28 lines
748 B
JSON
{
|
|
"license": "MIT",
|
|
"#": "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.16.3",
|
|
"@types/jest": "^27.0.2",
|
|
"@types/jsdom": "^16.2.13",
|
|
"@types/node-fetch": "^2.5.8",
|
|
"@types/supertest": "^2.0.11",
|
|
"@types/wtfnode": "^0.7.0",
|
|
"jest": "^27.3.1",
|
|
"jest-fetch-mock": "^3.0.3",
|
|
"jsdom": "^16.4.0",
|
|
"node-fetch": "^2.6.1",
|
|
"playwright": "^1.16.3",
|
|
"supertest": "^6.1.6",
|
|
"ts-jest": "^27.0.7",
|
|
"wtfnode": "^0.9.1"
|
|
},
|
|
"resolutions": {
|
|
"ansi-regex": "^5.0.1",
|
|
"set-value": "^4.0.1",
|
|
"tmpl": "^1.0.5",
|
|
"path-parse": "^1.0.7",
|
|
"json-schema": "^0.4.0"
|
|
}
|
|
}
|