@cortexkit/magic-context
Advanced tools
+53
-53
| { | ||
| "name": "@cortexkit/magic-context", | ||
| "version": "0.29.1", | ||
| "description": "Unified CLI for Magic Context — setup, doctor, and migration across OpenCode and Pi", | ||
| "keywords": [ | ||
| "opencode", | ||
| "opencode-plugin", | ||
| "pi", | ||
| "pi-extension", | ||
| "magic-context", | ||
| "cli", | ||
| "setup", | ||
| "doctor" | ||
| ], | ||
| "author": "Cortexkit", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/cortexkit/magic-context" | ||
| }, | ||
| "homepage": "https://github.com/cortexkit/magic-context#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/cortexkit/magic-context/issues" | ||
| }, | ||
| "type": "module", | ||
| "bin": { | ||
| "magic-context": "dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
| "scripts": { | ||
| "build": "bun build src/index.ts --outfile dist/index.js --target node --format esm --external node:sqlite", | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "bun test", | ||
| "lint": "biome check src", | ||
| "format": "biome format --write src", | ||
| "format:check": "biome format src", | ||
| "prepublishOnly": "bun run build" | ||
| }, | ||
| "dependencies": { | ||
| "@clack/prompts": "^1.1.0", | ||
| "comment-json": "^4.2.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.4.7", | ||
| "@types/better-sqlite3": "^7.6.13", | ||
| "@types/node": "^22.0.0", | ||
| "typescript": "^5.8.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=24.0.0" | ||
| } | ||
| "name": "@cortexkit/magic-context", | ||
| "version": "0.30.0", | ||
| "description": "Unified CLI for Magic Context — setup, doctor, and migration across OpenCode and Pi", | ||
| "keywords": [ | ||
| "opencode", | ||
| "opencode-plugin", | ||
| "pi", | ||
| "pi-extension", | ||
| "magic-context", | ||
| "cli", | ||
| "setup", | ||
| "doctor" | ||
| ], | ||
| "author": "Cortexkit", | ||
| "license": "MIT", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/cortexkit/magic-context" | ||
| }, | ||
| "homepage": "https://github.com/cortexkit/magic-context#readme", | ||
| "bugs": { | ||
| "url": "https://github.com/cortexkit/magic-context/issues" | ||
| }, | ||
| "type": "module", | ||
| "bin": { | ||
| "magic-context": "dist/index.js" | ||
| }, | ||
| "files": [ | ||
| "dist", | ||
| "README.md" | ||
| ], | ||
| "scripts": { | ||
| "build": "bun build src/index.ts --outfile dist/index.js --target node --format esm --external node:sqlite", | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "bun test", | ||
| "lint": "biome check src", | ||
| "format": "biome format --write src", | ||
| "format:check": "biome format src", | ||
| "prepublishOnly": "bun run build" | ||
| }, | ||
| "dependencies": { | ||
| "@clack/prompts": "^1.6.0", | ||
| "comment-json": "^5.0.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@biomejs/biome": "^2.5.1", | ||
| "@types/better-sqlite3": "^7.6.13", | ||
| "@types/node": "^22.20.0", | ||
| "typescript": "^5.8.0" | ||
| }, | ||
| "engines": { | ||
| "node": ">=24.0.0" | ||
| } | ||
| } |
Sorry, the diff of this file is too big to display
4183890
0.38%169644
0.31%+ Added
- Removed
Updated
Updated