Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Apr 19, 2024
1 parent 0254973 commit d352eb8
Showing 1 changed file with 26 additions and 5 deletions.
31 changes: 26 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"license": "MIT",
"dependencies": {
"@digital-alchemy/core": "^0.3.8",
"@digital-alchemy/core": "^0.3.9",
"dayjs": "^1.11.10",
"prom-client": "^15.1.1",
"ws": "^8.16.0"
Expand All @@ -37,11 +37,11 @@
"@types/js-yaml": "^4.0.9",
"@types/minimist": "^1.2.5",
"@types/mute-stream": "^0.0.4",
"@types/node": "^20.11.30",
"@types/node": "^20.12.2",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.29.1",
Expand All @@ -50,7 +50,7 @@
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sonarjs": "^0.24.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^52.0.0",
"jest": "^29.7.0",
Expand All @@ -61,5 +61,26 @@
"tsx": "^4.7.1",
"type-fest": "^4.14.0",
"typescript": "^5.4.3"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"js",
"json",
"node"
],
"testMatch": [
"**/?(*.)+(spec|test).ts"
],
"transform": {
"^.+\\.ts$": [
"ts-jest",
{
"tsconfig": "tsconfig.spec.json"
}
]
}
}
}

0 comments on commit d352eb8

Please sign in to comment.