{
  "name": "@baomihuatop/popcorn-op-cli",
  "version": "0.1.4",
  "description": "Popcorn operation CLI",
  "type": "module",
  "files": ["bin/", "src/"],
  "bin": {
    "popcorn-op-cli": "bin/popcorn-op-cli.js"
  },
  "scripts": {
    "start": "node bin/popcorn-op-cli.js",
    "test": "node --test"
  },
  "engines": {
    "node": ">=18"
  },
  "dependencies": {
    "commander": "^12.1.0"
  }
}
