@josxa/opencode-pty
Advanced tools
+5
-5
| { | ||
| "name": "@josxa/opencode-pty", | ||
| "main": "dist/index.js", | ||
| "types": "dist/index.d.ts", | ||
| "module": "dist/index.js", | ||
| "version": "0.4.2", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "module": "./dist/index.js", | ||
| "version": "0.4.3", | ||
| "publishConfig": { | ||
@@ -91,3 +91,3 @@ "access": "public", | ||
| "engines": { | ||
| "opencode": ">=1.3.13" | ||
| "opencode": ">=1.3.12" | ||
| }, | ||
@@ -94,0 +94,0 @@ "dependencies": { |
737684
0