{
  "name": "@substrat-run/cli",
  "version": "0.33.0",
  "description": "The substrat CLI — authenticated deploy tooling: push a vertical to the platform, manage its versions and channels",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/substrat-run/substrat.git",
    "directory": "packages/cli"
  },
  "homepage": "https://substrat.net/guide/deploying",
  "keywords": [
    "substrat",
    "deploy",
    "cli",
    "cloudflare",
    "workers-for-platforms"
  ],
  "type": "module",
  "bin": {
    "substrat": "./dist/cli.js"
  },
  "files": [
    "dist",
    "LICENSE"
  ],
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "esbuild": "^0.25.0",
    "@substrat-run/boundary-lint": "^0.4.2",
    "@substrat-run/model-view": "^0.2.17",
    "@substrat-run/contracts": "^0.116.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^7.0.0",
    "vitest": "^3.2.7"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.test.json --noEmit",
    "test": "vitest run"
  }
}