{
  "name": "@shopify/loom-cli",
  "license": "MIT",
  "description": "The CLI for loom",
  "version": "1.1.0",
  "exports": {
    ".": {
      "types": "./build/ts/index.d.ts",
      "loom:source": "./src/index.ts",
      "default": "./index.js"
    }
  },
  "types": "./build/ts/index.d.ts",
  "sideEffects": false,
  "publishConfig": {
    "access": "public",
    "@shopify:registry": "https://registry.npmjs.org"
  },
  "engines": {
    "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
  },
  "author": "Shopify Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Shopify/loom.git",
    "directory": "packages/loom-cli"
  },
  "bugs": {
    "url": "https://github.com/Shopify/loom/issues"
  },
  "homepage": "https://github.com/Shopify/loom/blob/main/packages/loom-cli/README.md",
  "bin": {
    "loom": "./bin/loom"
  },
  "files": [
    "bin/",
    "build/",
    "!build/*.tsbuildinfo",
    "!build/ts/**/tests/",
    "index.js"
  ],
  "dependencies": {
    "@shopify/loom": "^1.0.2",
    "@types/signal-exit": "^3.0.0",
    "ansi-escapes": "^4.3.1",
    "chalk": "^4.0.0",
    "execa": "^4.0.0",
    "signal-exit": "^3.0.3",
    "supports-hyperlinks": "^2.1.0",
    "yargs": "^17.2.1"
  }
}
