github.com/supabase/cli@v1.168.1/package.json (about)

     1  {
     2    "name": "supabase",
     3    "version": "0.0.0-automated",
     4    "description": "Supabase CLI",
     5    "repository": "supabase/cli",
     6    "homepage": "https://supabase.com/docs/reference/cli",
     7    "bugs": "https://github.com/supabase/cli/issues",
     8    "license": "MIT",
     9    "author": "Supabase",
    10    "type": "module",
    11    "engines": {
    12      "npm": ">=8"
    13    },
    14    "files": [
    15      "scripts"
    16    ],
    17    "scripts": {
    18      "postinstall": "node scripts/postinstall.js"
    19    },
    20    "bin": {
    21      "supabase": "bin/supabase"
    22    },
    23    "dependencies": {
    24      "bin-links": "^4.0.3",
    25      "https-proxy-agent": "^7.0.2",
    26      "node-fetch": "^3.3.2",
    27      "tar": "7.1.0"
    28    },
    29    "release": {
    30      "branches": [
    31        {
    32          "name": "+([0-9])?(.{+([0-9]),x}).x",
    33          "channel": "hotfix"
    34        },
    35        {
    36          "name": "develop",
    37          "channel": "beta"
    38        }
    39      ],
    40      "plugins": [
    41        "@semantic-release/commit-analyzer",
    42        "@semantic-release/git"
    43      ]
    44    }
    45  }