-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "workbc-wage-subsidy",
"private": true,
"description": "WorkBC Wage Subsidy Monorepo",
"license": "Apache-2.0",
"author": "Sid McLaughlin <[email protected]>",
"workspaces": [
"packages/*"
],
"scripts": {
"changeset": "changeset",
"prepare": "husky install",
"release": "changeset publish",
"test": "npx jest --detectOpenHandles --forceExit"
},
"dependencies": {
"@react-keycloak/web": "^3.4.0",
"dotenv": "^16.0.3",
"knex": "^2.4.2"
},
"devDependencies": {
"@bcgov-elmsd/eslint-config": "^1.0.1",
"@changesets/changelog-github": "^0.4.6",
"@changesets/cli": "^2.24.4",
"@types/jest": "^29.4.0",
"@types/supertest": "^2.0.12",
"husky": "^8.0.1",
"jest": "^29.4.2",
"lint-staged": "^13.0.3",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",
"typescript": "^4.8.3"
}
}