@anh3d0nic/qwen-code-termux-ice 3.0.0 → 3.0.1
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 +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@anh3d0nic/qwen-code-termux-ice",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "Qwen Code ICE v3.0 - Real Enhancements (Thinking Partner + Validation)",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -27,8 +27,6 @@
|
|
|
27
27
|
"start": "node scripts/start.js",
|
|
28
28
|
"dev": "node scripts/dev.js",
|
|
29
29
|
"build": "node scripts/build.js",
|
|
30
|
-
"ice": "npm run start --workspace=@anh3d0nic/ice",
|
|
31
|
-
"install:ice": "npm install --workspace=@anh3d0nic/ice",
|
|
32
30
|
"ice-v3": "node scripts/ice-v3.js",
|
|
33
31
|
"test-v3": "node scripts/test-v3.js"
|
|
34
32
|
},
|
|
@@ -50,7 +48,6 @@
|
|
|
50
48
|
"claude-code-alternative",
|
|
51
49
|
"real-enhancements"
|
|
52
50
|
],
|
|
53
|
-
"dependencies": {
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
}
|
|
51
|
+
"dependencies": {},
|
|
52
|
+
"devDependencies": {}
|
|
53
|
+
}
|