@xuyuanwu/adh 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +33 -29
package/package.json
CHANGED
|
@@ -1,29 +1,33 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@xuyuanwu/adh",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Agent Desktop Harness Windows x64 CLI and trusted Python runtime",
|
|
5
|
-
"license": "Apache-2.0",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"bin": {
|
|
8
|
-
"adh": "bin/adh.js"
|
|
9
|
-
},
|
|
10
|
-
"files": [
|
|
11
|
-
"bin/",
|
|
12
|
-
"dist/windows/x64/",
|
|
13
|
-
"scripts/",
|
|
14
|
-
"README.md"
|
|
15
|
-
],
|
|
16
|
-
"scripts": {
|
|
17
|
-
"preinstall": "node scripts/lifecycle.mjs install",
|
|
18
|
-
"preuninstall": "node scripts/lifecycle.mjs uninstall"
|
|
19
|
-
},
|
|
20
|
-
"engines": {
|
|
21
|
-
"node": "
|
|
22
|
-
},
|
|
23
|
-
"packageManager": "npm@11",
|
|
24
|
-
"os": [
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@xuyuanwu/adh",
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Agent Desktop Harness Windows x64 CLI and trusted Python runtime",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"bin": {
|
|
8
|
+
"adh": "bin/adh.js"
|
|
9
|
+
},
|
|
10
|
+
"files": [
|
|
11
|
+
"bin/",
|
|
12
|
+
"dist/windows/x64/",
|
|
13
|
+
"scripts/",
|
|
14
|
+
"README.md"
|
|
15
|
+
],
|
|
16
|
+
"scripts": {
|
|
17
|
+
"preinstall": "node scripts/lifecycle.mjs install",
|
|
18
|
+
"preuninstall": "node scripts/lifecycle.mjs uninstall"
|
|
19
|
+
},
|
|
20
|
+
"engines": {
|
|
21
|
+
"node": "^22.0.0 || ^24.0.0"
|
|
22
|
+
},
|
|
23
|
+
"packageManager": "npm@11",
|
|
24
|
+
"os": [
|
|
25
|
+
"win32"
|
|
26
|
+
],
|
|
27
|
+
"cpu": [
|
|
28
|
+
"x64"
|
|
29
|
+
],
|
|
30
|
+
"publishConfig": {
|
|
31
|
+
"access": "public"
|
|
32
|
+
}
|
|
33
|
+
}
|