-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 760 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 760 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
{
"name": "@treedom/cdk-constructs",
"version": "1.0.0",
"description": "Collection of AWS CDK Constructs",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/treedomtrees/cdk-constructs.git"
},
"author": "Treedom Team <it@treedom.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/treedomtrees/cdk-constructs/issues"
},
"homepage": "https://github.com/treedomtrees/cdk-constructs#readme",
"devDependencies": {
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.13.0"
},
"scripts": {
"lint": "eslint"
},
"workspaces": [
"packages/*"
]
}