-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 709 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 709 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
{
"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"
},
"devDependencies": {
"@astrojs/check": "^0.9.8"
},
"resolutions": {
"basic-ftp": "^5.2.2",
"eslint-plugin-import/minimatch": "^3.1.2",
"defu": "^6.1.6",
"fast-xml-parser": "^5.7.0",
"postcss": "^8.5.10",
"uuid": "^14.0.0",
"vite": "^7.3.2",
"yaml": "^2.8.3"
}
}