{
  "name": "@rewheel/cli",
  "version": "0.1.0",
  "description": "Rewheel CLI tools for Onewheel firmware modification",
  "repository": "git@github.com:outlandnish/rewheel.git",
  "author": "Nishanth Samala <hey@outlandnish.com>",
  "license": "GPL-3.0-or-later",
  "main": "src/index.js",
  "type": "module",
  "private": true,
  "scripts": {
    "start": "node src/index.js"
  },
  "dependencies": {
    "@rewheel/common": "workspace:^",
    "minimist": "^1.2.7"
  }
}
