-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.74 KB
/
Copy pathpackage.json
File metadata and controls
129 lines (129 loc) · 4.74 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"$schema": "https://json.schemastore.org/package.json",
"name": "ax-code",
"description": "AI-powered development tool",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.4",
"workspaces": [
"packages/*",
"packages/sdk/js",
"desktop/packages/*"
],
"engines": {
"node": ">=24"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm --dir packages/ax-code exec node --experimental-ffi --env-file-if-exists=../../.env --import tsx --import ../../script/solid-loader.mjs --conditions=node src/index-node-tui.ts",
"cli": "pnpm --dir packages/ax-code exec node --experimental-ffi --import tsx --import ../../script/solid-loader.mjs --conditions=node src/index-node-tui.ts",
"setup:cli": "tsx script/setup-cli.ts",
"check:structure": "tsx script/structure.ts",
"check:no-cost": "tsx script/check-no-cost.ts",
"check:openapi": "pnpm --dir packages/sdk/js run validate:openapi",
"check:desktop-boundaries": "tsx script/check-desktop-boundaries.ts",
"check:desktop-boundaries:strict": "tsx script/check-desktop-boundaries.ts --fail-on-violation",
"desktop:dev": "turbo run dev --filter=@ax-code/electron",
"desktop:build": "turbo run build --filter=@ax-code/electron",
"desktop:typecheck": "pnpm --dir packages/sdk/js run build && pnpm --filter \"./desktop/packages/*\" --if-present run type-check",
"desktop:test": "pnpm --dir packages/sdk/js run build && pnpm --filter \"./desktop/packages/*\" --if-present run test",
"desktop:lint": "pnpm --filter \"./desktop/packages/*\" --if-present run lint",
"release:cli": "pnpm run sign:release && pnpm run publish:github",
"release:desktop": "./desktop/scripts/publish-github-release.sh",
"release:all": "pnpm run release:cli && pnpm run release:desktop",
"typecheck": "pnpm -r --if-present run typecheck",
"build:native": "tsx script/build-native.ts",
"build:native:debug": "tsx script/build-native.ts --debug",
"publish:github": "tsx script/publish-github-release.ts",
"sign:release": "tsx script/sign-release-assets.ts",
"prepare": "husky",
"test:scripts": "vitest run",
"test": "echo 'do not run tests from root (use test:scripts for root script suites)' && exit 1"
},
"devDependencies": {
"@actions/artifact": "5.0.1",
"@eslint/js": "^9.33.0",
"@types/mime-types": "catalog:",
"@types/node": "catalog:",
"@typescript/native-preview": "catalog:",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"fast-glob": "catalog:",
"globals": "^16.3.0",
"husky": "9.1.7",
"prettier": "3.6.2",
"semver": "catalog:",
"tsx": "^4.22.4",
"turbo": "2.9.14",
"typescript-eslint": "^8.39.1",
"vitest": "4.1.9"
},
"dependencies": {
"@ax-code/plugin": "workspace:*",
"@ax-code/script": "workspace:*",
"@ax-code/sdk": "workspace:*",
"typescript": "catalog:"
},
"repository": {
"type": "git",
"url": "https://github.com/defai-digital/ax-code"
},
"license": "MIT",
"prettier": {
"semi": false,
"printWidth": 120
},
"trustedDependencies": [
"@ax-code/diff",
"@ax-code/fs",
"@ax-code/index-core",
"@ax-code/terminal",
"@ax-code/parser",
"esbuild",
"protobufjs",
"tree-sitter",
"tree-sitter-bash",
"electron",
"web-tree-sitter"
],
"pnpm": {
"overrides": {
"serialize-javascript": ">=7.0.5",
"seroval": ">=1.4.1",
"diff@<8.0.3": "8.0.3",
"undici@<6.24.0": "6.24.0",
"@hono/node-server@<1.19.13": "1.19.13",
"postcss@<8.5.10": "8.5.10",
"fast-xml-parser@<5.7.0": "5.7.0",
"protobufjs@<7.6.3": "7.6.3",
"@protobufjs/utf8@<1.1.1": "1.1.1",
"fast-uri@<3.1.2": "3.1.2",
"fast-xml-builder@<1.1.7": "1.1.7",
"ws@<8.20.1": "8.20.1",
"brace-expansion@>=5.0.0 <5.0.6": "5.0.6",
"ip-address@<10.1.1": "10.1.1",
"qs@<6.15.2": "6.15.2",
"uuid@<14.0.0": "14.0.0",
"tmp@<0.2.7": "0.2.7",
"esbuild@<0.28.1": "0.28.1",
"markdown-it@<14.2.0": "14.2.0",
"@opentelemetry/core@<2.8.0": "2.8.0",
"form-data@<4.0.6": "4.0.6",
"js-yaml@<4.2.0": "4.2.0",
"@babel/core@<7.29.6": "7.29.6"
},
"peerDependencyRules": {
"allowedVersions": {
"opentui-spinner@0.0.6>@opentui/core": "0.4.1",
"opentui-spinner@0.0.6>@opentui/solid": "0.4.1"
}
},
"patchedDependencies": {
"@standard-community/standard-openapi@0.2.9": "patches/@standard-community%2Fstandard-openapi@0.2.9.patch",
"gray-matter@4.0.3": "patches/gray-matter@4.0.3.patch",
"@msgpack/msgpack@3.1.3": "patches/@msgpack__msgpack@3.1.3.patch",
"@opentui/core@0.4.1": "patches/@opentui__core@0.4.1.patch"
}
}
}