{
  "name": "lmas-pro",
  "version": "0.1.0",
  "description": "CLI for LMAS Pro — install, activate and manage your license",
  "bin": {
    "lmas-pro": "bin/lmas-pro.js"
  },
  "files": [
    "bin/",
    "src/"
  ],
  "dependencies": {
    "open": "^10.0.0"
  },
  "keywords": [
    "lmas",
    "pro",
    "license",
    "cli",
    "lmas"
  ],
  "author": "Luan Ferreira",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oluanferreira/luan-multiagent-scrum.git",
    "directory": "packages/lmas-pro-cli"
  },
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
