-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 816 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
{
"name": "abca",
"description": "Sample Autonomous Background Cloud Coding Agents platform on AWS",
"version": "0.0.0",
"private": true,
"license": "MIT-0",
"engines": {
"node": ">= 20.x <= 24.x"
},
"workspaces": [
"cdk",
"cli",
"docs"
],
"scripts": {
"install:all": "MISE_EXPERIMENTAL=1 mise run install",
"build": "MISE_EXPERIMENTAL=1 mise run build",
"knip": "knip"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"knip": "6.23.0"
},
"resolutions": {
"@astrojs/markdown-remark": "7.2.0",
"@astrojs/mdx": "6.0.3",
"brace-expansion": "^5.0.9",
"fast-uri": "^3.1.5",
"fast-xml-parser": "^5.7.0",
"ip-address": "^10.3.1",
"js-yaml": "^4.3.1",
"nanoid": "^3.3.17",
"undici": "^7.29.0",
"yaml": "^2.8.3"
}
}