atabey 0.0.1 → 0.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.
Files changed (1) hide show
  1. package/package.json +7 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atabey",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "The Supreme AI Governance & Autonomous Orchestration Framework for Enterprise Development. Acts as a Corporate AI Management Assistant.",
5
5
  "author": "Yusuf BEKAR",
6
6
  "license": "MIT",
@@ -64,6 +64,12 @@
64
64
  "publishConfig": {
65
65
  "access": "public"
66
66
  },
67
+ "dependencies": {
68
+ "chalk": "^5.6.2",
69
+ "js-yaml": "^4.2.0",
70
+ "typescript": "^5.9.3",
71
+ "zod": "^3.24.2"
72
+ },
67
73
  "devDependencies": {
68
74
  "@eslint/js": "^10.0.1",
69
75
  "@modelcontextprotocol/sdk": "^1.29.0",
@@ -72,18 +78,7 @@
72
78
  "eslint": "^10.4.0",
73
79
  "globals": "^17.6.0",
74
80
  "tsx": "^4.22.3",
75
- "typescript": "^5.9.3",
76
81
  "typescript-eslint": "^8.0.0",
77
82
  "vitest": "^3.0.0"
78
- },
79
- "atabey": {
80
- "version": "0.0.1",
81
- "initializedAt": "2026-06-14T10:45:00.000Z",
82
- "frameworkDir": ".atabey"
83
- },
84
- "dependencies": {
85
- "chalk": "^5.6.2",
86
- "js-yaml": "^4.2.0",
87
- "zod": "^3.24.2"
88
83
  }
89
84
  }