{
  "name": "@tier0/cli",
  "version": "0.6.5",
  "description": "Tier0 CLI — Unified Namespace data platform command line tool",
  "bin": {
    "tier0": "./bin/tier0.js"
  },
  "scripts": {
    "postinstall": "node lib/install.js",
    "preuninstall": "node lib/uninstall.js",
    "prepublishOnly": "npm test",
    "test": "node --test lib/*.test.js"
  },
  "files": [
    "bin/",
    "lib/install.js",
    "lib/uninstall.js",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FREEZONEX/Tier0-cli.git"
  },
  "keywords": [
    "tier0",
    "uns",
    "cli",
    "namespace",
    "iot"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=16.0.0"
  }
}
