moparmeg 1.0.0 → 1.0.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moparmeg",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "description": "مُبَرمِج — وكيل برمجي ذكي يعمل في الترمينال",
6
6
  "author": "TechnologyKSA <hello@moparmeg-ksa.com>",
@@ -21,9 +21,10 @@
21
21
  "scripts": {
22
22
  "build": "bun run build.ts",
23
23
  "start": "node dist/cli.js",
24
- "prepare": "bun run build.ts"
24
+ "prepublishOnly": "bun run build.ts"
25
25
  },
26
- "dependencies": {
26
+ "dependencies": {},
27
+ "devDependencies": {
27
28
  "@alcalzone/ansi-tokenize": "*",
28
29
  "@anthropic-ai/bedrock-sdk": "latest",
29
30
  "@anthropic-ai/sdk": "latest",
@@ -56,6 +57,7 @@
56
57
  "auto-bind": "^5.0.1",
57
58
  "axios": "latest",
58
59
  "bidi-js": "^1.0.3",
60
+ "bun-types": "latest",
59
61
  "chalk": "latest",
60
62
  "chokidar": "latest",
61
63
  "cli-boxes": "^4.0.1",
@@ -92,6 +94,7 @@
92
94
  "supports-hyperlinks": "^4.4.0",
93
95
  "tree-kill": "latest",
94
96
  "turndown": "^7.2.2",
97
+ "typescript": "latest",
95
98
  "undici": "^8.0.0",
96
99
  "usehooks-ts": "^3.1.1",
97
100
  "vscode-jsonrpc": "^8.2.1",
@@ -101,9 +104,5 @@
101
104
  "yaml": "latest",
102
105
  "zod": "latest",
103
106
  "zod-to-json-schema": "latest"
104
- },
105
- "devDependencies": {
106
- "bun-types": "latest",
107
- "typescript": "latest"
108
107
  }
109
108
  }