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

@metaxis/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metaxis/cli - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+20
-20
package.json
{
"name": "@metaxis/cli",
"version": "0.1.0",
"version": "0.1.1",
"description": "Command-line interface for the Metaxis control API",
"keywords": [
"cli",
"metaxis",
"oclif"
],
"homepage": "https://github.com/advait/metaxis-mono/tree/master/apps/mtxs-cli",
"bugs": {
"url": "https://github.com/advait/metaxis-mono/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advait/metaxis-mono.git",
"directory": "apps/mtxs-cli"
},
"bin": {

@@ -14,4 +28,4 @@ "mtxs": "bin/run.js"

"type": "module",
"engines": {
"node": ">=24"
"publishConfig": {
"access": "public"
},

@@ -27,19 +41,2 @@ "scripts": {

},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/advait/metaxis-mono.git",
"directory": "apps/mtxs-cli"
},
"homepage": "https://github.com/advait/metaxis-mono/tree/master/apps/mtxs-cli",
"bugs": {
"url": "https://github.com/advait/metaxis-mono/issues"
},
"keywords": [
"metaxis",
"cli",
"oclif"
],
"dependencies": {

@@ -58,3 +55,6 @@ "@oclif/core": "^4.10.5",

"topicSeparator": " "
},
"engines": {
"node": ">=24"
}
}