{ "name": "@ataraxy-labs/sem", "mcpName": "io.github.Ataraxy-Labs/sem", "version": "0.16.2", "description": "npm wrapper for the sem CLI. Downloads the matching release binary and exposes the sem command in node_modules/.bin.", "license": "MIT OR Apache-2.0", "type": "module", "bin": { "sem": "./bin/sem.js" }, "files": [ "bin/sem.js", "scripts/package-meta.mjs", "scripts/postinstall.mjs", "scripts/verify-checksum.mjs", "scripts/sync-package-version.mjs", "README.md", "CHANGELOG.md", "LICENSE-APACHE", "LICENSE-MIT" ], "keywords": [ "sem", "diff", "semantic", "git", "cli" ], "repository": { "type": "git", "url": "git+https://github.com/Ataraxy-Labs/sem.git" }, "homepage": "https://github.com/Ataraxy-Labs/sem", "bugs": { "url": "https://github.com/Ataraxy-Labs/sem/issues" }, "engines": { "node": ">=20" }, "preferUnplugged": true, "publishConfig": { "access": "public" }, "scripts": { "postinstall": "node ./scripts/postinstall.mjs", "prepack": "node ./scripts/sync-package-version.mjs", "test": "node --test" } }