🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@cortexkit/magic-context

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cortexkit/magic-context - npm Package Compare versions

Comparing version
0.29.1
to
0.30.0
+53
-53
package.json
{
"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