|
1 | 1 | {
|
2 | 2 | "name": "@elizaos/cli",
|
3 |
| - "version": "1.0.0-alpha.31", |
| 3 | + "version": "1.0.0-alpha.32", |
4 | 4 | "description": "elizaOS CLI - Manage your AI agents and plugins",
|
5 | 5 | "publishConfig": {
|
6 | 6 | "access": "public"
|
|
35 | 35 | "lint": "biome check ./src --config-path=./ --apply-unsafe && biome format ./ --config-path=./ --write",
|
36 | 36 | "clean": "rm -rf dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo"
|
37 | 37 | },
|
38 |
| - "dependencies": { |
| 38 | + "devDependencies": { |
39 | 39 | "@babel/core": "^7.22.1",
|
40 | 40 | "@babel/parser": "^7.22.6",
|
41 | 41 | "@elizaos/core": "workspace:*",
|
42 | 42 | "@elizaos/plugin-anthropic": "workspace:*",
|
43 | 43 | "@elizaos/plugin-openai": "workspace:*",
|
44 | 44 | "@elizaos/plugin-sql": "workspace:*",
|
| 45 | + "@types/babel__core": "^7.20.1", |
| 46 | + "@types/diff": "^5.0.3", |
| 47 | + "@types/fs-extra": "^11.0.1", |
| 48 | + "@types/lodash": "^4.17.7", |
| 49 | + "@types/prompts": "^2.4.2", |
45 | 50 | "axios": "^1.7.9",
|
46 | 51 | "commander": "^10.0.0",
|
47 | 52 | "diff": "^5.1.0",
|
|
52 | 57 | "https-proxy-agent": "^6.2.0",
|
53 | 58 | "prompts": "^2.4.2",
|
54 | 59 | "recast": "^0.23.2",
|
| 60 | + "rimraf": "6.0.1", |
55 | 61 | "tsconfig-paths": "^4.2.0",
|
| 62 | + "tsup": "8.4.0", |
56 | 63 | "tsx": "^4.19.2",
|
| 64 | + "type-fest": "^3.8.0", |
| 65 | + "typescript": "5.8.2", |
57 | 66 | "yoctocolors": "^2.1.1",
|
58 | 67 | "zod": "^3.20.2"
|
59 | 68 | },
|
60 |
| - "devDependencies": { |
61 |
| - "@types/babel__core": "^7.20.1", |
62 |
| - "@types/diff": "^5.0.3", |
63 |
| - "@types/fs-extra": "^11.0.1", |
64 |
| - "@types/lodash": "^4.17.7", |
65 |
| - "@types/prompts": "^2.4.2", |
66 |
| - "rimraf": "6.0.1", |
67 |
| - "tsup": "8.4.0", |
68 |
| - "type-fest": "^3.8.0", |
69 |
| - "typescript": "5.8.2" |
70 |
| - }, |
71 |
| - "peerDependencies": { |
72 |
| - "form-data": "4.0.2", |
73 |
| - "glob": "^11.0.0" |
74 |
| - }, |
75 | 69 | "gitHead": "dc32785668d1663c0e7fb81909b4b9961db6e6de"
|
76 | 70 | }
|
0 commit comments