-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.39 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.39 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
{
"name": "service-catalogue",
"version": "0.0.1",
"description": "A lens into your GitHub organisation",
"scripts": {
"test": "npm run test --workspaces --if-present",
"synth": "npm run synth --workspace=cdk",
"pretypecheck": "npm --workspace=common --workspace=cloudquery-tables run typecheck",
"typecheck": "npm run typecheck --workspaces",
"build": "npm run build --workspaces --if-present",
"lint": "eslint packages/** --ext .ts,.tsx --no-error-on-unmatched-pattern",
"cloudbuster:start": "npm run start --workspace cloudbuster",
"cloudbuster:test": "npm run test --workspace cloudbuster",
"local-ci": "concurrently 'npm run typecheck' 'npm run lint' 'npm run test' 'npm run build'"
},
"author": "Guardian Developers",
"workspaces": [
"packages/*"
],
"devDependencies": {
"@guardian/eslint-config": "13.0.6",
"@guardian/prettier": "10.0.0",
"@guardian/tsconfig": "^1.0.1",
"@swc/core": "1.15.18",
"@types/node": "^25.3.3",
"@typescript-eslint/eslint-plugin": "^8.53.1",
"concurrently": "^9.2.1",
"esbuild": "^0.27.3",
"eslint": "9.39.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-unicorn": "^63.0.0",
"npm-run-all": "^4.1.5",
"tsx": "4.21.0",
"typescript": "^5.9.3"
},
"prettier": "@guardian/prettier"
}