{
  "name": "@start/cli",
  "version": "2.0.1",
  "description": "⬛️ CLI entry point",
  "keywords": "tasks, runner, start, cli",
  "repository": "deepsweet/start",
  "author": "Kir Belevich <kir@belevi.ch> (https://github.com/deepsweet)",
  "license": "MIT",
  "bin": {
    "start": "node/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=12.13.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.2",
    "tsfn": "^2.2.0"
  }
}