-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.2 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.2 KB
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
35
36
37
38
{
"name": "tasker-monorepo",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build-tsc": "yarn tsc --build tsconfig.build.json",
"build": "yarn lint && yarn build-tsc",
"lint": "yarn eslint . && yarn prettier . --check",
"format": "yarn prettier . --write --ignore-unknown",
"test": "yarn jest",
"set-version": "yarn workspaces run set-version"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@nestjs/common": "^10.4.13",
"@nestjs/core": "^10.4.13",
"@nestjs/platform-express": "^10.4.13",
"@nestjs/testing": "^10.4.13",
"@testcontainers/redis": "^10.16.0",
"@types/async-lock": "^1.4.2",
"@types/eslint__js": "^8.42.3",
"@types/inquirer": "^9.0.7",
"@types/jest": "^29.5.14",
"eslint": "^9.15.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"testcontainers": "^10.16.0",
"ts-jest": "^29.2.5",
"typescript": "5.5.4",
"typescript-eslint": "^8.15.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"version": "1.3.0"
}