{
  "name": "@isograph/compiler",
  "version": "0.5.2",
  "description": "Installs the `yarn iso` command, which runs the Isograph compiler.",
  "homepage": "https://isograph.dev",
  "main": "index.js",
  "bin": {
    "iso": "cli.js"
  },
  "author": "Isograph Labs",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isographlabs/isograph.git",
    "directory": "libs/isograph-compiler"
  },
  "sideEffects": false,
  "scripts": {}
}