-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 2.06 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@event-scout/root",
"private": true,
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all --parallel=4",
"deploy": "nx run-many --target=deploy --all --parallel=4",
"deploy-affected": "nx affected --target=deploy",
"generate-library": "nx generate @swarmion/nx-plugin:library",
"generate-service": "nx generate @swarmion/nx-plugin:service",
"graph": "nx dep-graph",
"info": "nx run-many --target=sls-info --all --parallel=4",
"lint-fix": "eslint --ext=js,ts --fix",
"lint-fix-all": "nx run-many --target=lint-fix-all --all --parallel=4",
"package": "nx run-many --target=package --all --parallel=4",
"postinstall": "husky && syncpack format",
"release": "lerna publish --force-publish",
"test": "nx run-many --target=test --all --parallel=4",
"test-affected": "nx affected --target=test",
"test-circular": "nx run-many --target=test-circular --all --parallel=4",
"test-integration": "nx run-many --target=test-integration --all --parallel=4",
"test-linter": "nx run-many --target=test-linter --all --parallel=4",
"test-type": "nx run-many --target=test-type --all --parallel=4",
"test-unit": "nx run-many --target=test-unit --all --parallel=4"
},
"devDependencies": {
"@commitlint/cli": "20.5.3",
"@commitlint/config-conventional": "20.5.3",
"@nrwl/workspace": "19.8.14",
"@swarmion/nx-plugin": "0.35.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"changelogithub": "14.0.0",
"dependency-cruiser": "17.4.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.5.6",
"husky": "9.1.7",
"lerna": "9.0.7",
"lint-staged": "16.4.0",
"nx": "22.7.5",
"prettier": "3.8.3",
"syncpack": "13.0.4",
"typescript": "5.9.3"
},
"engines": {
"node": "^22.0.0"
},
"packageManager": "pnpm@10.34.1"
}