chocolatito-code 1.3.0 → 1.3.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 CHANGED
@@ -1,67 +1,67 @@
1
- {
2
- "name": "chocolatito-code",
3
- "version": "1.3.0",
4
- "description": "Agente autónomo de programación para la terminal, con control real del ordenador y del navegador. Desarrollado por Chocolatito.",
5
- "type": "module",
6
- "bin": {
7
- "chocolatito": "dist/index.js"
8
- },
9
- "files": [
10
- "dist",
11
- "extension",
12
- "skills",
13
- "LICENSE",
14
- "README.md",
15
- "COMPUTER-USE.md",
16
- ".mcp.json.ejemplo"
17
- ],
18
- "engines": {
19
- "node": ">=20.0.0"
20
- },
21
- "os": [
22
- "win32",
23
- "darwin",
24
- "linux"
25
- ],
26
- "scripts": {
27
- "build": "tsc",
28
- "dev": "tsc --watch",
29
- "start": "node ./dist/index.js",
30
- "test": "node --test tests/*.test.mjs",
31
- "prepublishOnly": "npm run build && npm test",
32
- "vscode": "code --extensionDevelopmentPath=./extension-vscode ."
33
- },
34
- "keywords": [
35
- "ai",
36
- "cli",
37
- "coding-agent",
38
- "computer-use",
39
- "browser-automation",
40
- "chocolatito",
41
- "espectro-engine"
42
- ],
43
- "author": "Chocolatito",
44
- "license": "MIT",
45
- "homepage": "https://chocolatito.space",
46
- "dependencies": {
47
- "@inquirer/prompts": "^7.2.1",
48
- "boxen": "^8.0.1",
49
- "chalk": "^5.4.1",
50
- "diff": "^7.0.0",
51
- "dotenv": "^16.4.7",
52
- "execa": "^9.5.2",
53
- "fast-glob": "^3.3.3",
54
- "marked": "^15.0.12",
55
- "marked-terminal": "^7.3.0",
56
- "openai": "^4.85.4",
57
- "ora": "^8.2.0",
58
- "puppeteer-core": "^25.9.0",
59
- "ws": "^8.21.3"
60
- },
61
- "devDependencies": {
62
- "@types/diff": "^7.0.0",
63
- "@types/node": "^22.13.5",
64
- "@types/ws": "^8.18.1",
65
- "typescript": "^5.7.3"
66
- }
67
- }
1
+ {
2
+ "name": "chocolatito-code",
3
+ "version": "1.3.1",
4
+ "description": "Agente autónomo de programación para la terminal, con control real del ordenador y del navegador. Desarrollado por Chocolatito.",
5
+ "type": "module",
6
+ "bin": {
7
+ "chocolatito": "dist/index.js"
8
+ },
9
+ "files": [
10
+ "dist",
11
+ "extension",
12
+ "skills",
13
+ "LICENSE",
14
+ "README.md",
15
+ "COMPUTER-USE.md",
16
+ ".mcp.json.ejemplo"
17
+ ],
18
+ "engines": {
19
+ "node": ">=20.0.0"
20
+ },
21
+ "os": [
22
+ "win32",
23
+ "darwin",
24
+ "linux"
25
+ ],
26
+ "scripts": {
27
+ "build": "tsc",
28
+ "dev": "tsc --watch",
29
+ "start": "node ./dist/index.js",
30
+ "test": "node --test --test-concurrency=1 tests/*.test.mjs",
31
+ "prepublishOnly": "npm run build && npm test",
32
+ "vscode": "code --extensionDevelopmentPath=./extension-vscode ."
33
+ },
34
+ "keywords": [
35
+ "ai",
36
+ "cli",
37
+ "coding-agent",
38
+ "computer-use",
39
+ "browser-automation",
40
+ "chocolatito",
41
+ "espectro-engine"
42
+ ],
43
+ "author": "Chocolatito",
44
+ "license": "MIT",
45
+ "homepage": "https://chocolatito.space",
46
+ "dependencies": {
47
+ "@inquirer/prompts": "^7.2.1",
48
+ "boxen": "^8.0.1",
49
+ "chalk": "^5.4.1",
50
+ "diff": "^7.0.0",
51
+ "dotenv": "^16.4.7",
52
+ "execa": "^9.5.2",
53
+ "fast-glob": "^3.3.3",
54
+ "marked": "^15.0.12",
55
+ "marked-terminal": "^7.3.0",
56
+ "openai": "^4.85.4",
57
+ "ora": "^8.2.0",
58
+ "puppeteer-core": "^25.9.0",
59
+ "ws": "^8.21.3"
60
+ },
61
+ "devDependencies": {
62
+ "@types/diff": "^7.0.0",
63
+ "@types/node": "^22.13.5",
64
+ "@types/ws": "^8.18.1",
65
+ "typescript": "^5.7.3"
66
+ }
67
+ }