github.com/Redstoneguy129/cli@v0.0.0-20230211220159-15dca4e91917/package.json (about)

     1  {
     2    "name": "supabase",
     3    "version": "0.0.0-automated",
     4    "description": "Supabase CLI",
     5    "repository": "Redstoneguy129/cli",
     6    "homepage": "https://supabase.com/docs/reference/cli",
     7    "bugs": "https://github.com/Redstoneguy129/cli/issues",
     8    "license": "MIT",
     9    "author": "Supabase",
    10    "type": "module",
    11    "files": [
    12      "scripts"
    13    ],
    14    "scripts": {
    15      "postinstall": "node scripts/postinstall.js"
    16    },
    17    "bin": {
    18      "supabase": "bin/supabase"
    19    },
    20    "dependencies": {
    21      "bin-links": "^4.0.1",
    22      "node-fetch": "^3.2.10",
    23      "tar": "6.1.13"
    24    },
    25    "release": {
    26      "branches": [
    27        "main"
    28      ]
    29    }
    30  }