-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 779 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 779 Bytes
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": "galaxyops",
"version": "2.0.0",
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"prepare": "husky install"
},
"description": "DevOps Architecture for AWS Workloads",
"keywords": [
"aws",
"devops",
"aws-cdk",
"cdk",
"nx",
"nx-devops",
"monorepo"
],
"private": true,
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@nx/js": "19.3.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.7",
"nx": "19.3.0",
"prettier": "^3.3.2",
"@nx/workspace": "19.3.0"
},
"dependencies": {
"@types/node": "20.11.25",
"ts-node": "10.9.1",
"typescript": "5.3.3"
},
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@8.13.1"
}