-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 2.08 KB
/
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
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": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nrwl/workspace": "^19.0.0",
"@swarmion/nx-plugin": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"changelogithub": "^0.13.3",
"dependency-cruiser": "^16.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.0",
"lerna": "^8.0.2",
"lint-staged": "^15.2.0",
"nx": "^20.0.0",
"prettier": "^3.2.2",
"syncpack": "^13.0.0",
"typescript": "^5.3.3"
},
"engines": {
"node": "^20.9.0"
},
"packageManager": "[email protected]"
}