{
"name": "@aihxp/sxmc",
"version": "1.0.9",
"description": "Thin npm wrapper for the Sumac (sxmc) Rust CLI",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aihxp/sumac.git"
},
"homepage": "https://github.com/aihxp/sumac",
"publishConfig": {
"access": "public"
},
"bugs": {
"url": "https://github.com/aihxp/sumac/issues"
},
"engines": {
"node": ">=18"
},
"bin": {
"sxmc": "./bin/sxmc.js"
},
"files": [
"bin",
"scripts",
"README.md",
"LICENSE"
],
"scripts": {
"postinstall": "node ./scripts/install.mjs",
"test": "node --check ./bin/sxmc.js && node ./scripts/install.mjs"
},
"keywords": [
"ai",
"cli",
"mcp",
"openapi",
"graphql",
"skills"
]
}