{
  "name": "@withgraphite/graphite-cli",
  "version": "1.8.6",
  "license": "None",
  "homepage": "https://graphite.com/docs/cli-overview",
  "gtInstallationMethod": "npm",
  "files": ["bin/"],
  "optionalDependencies": {
    "@withgraphite/graphite-cli-darwin-arm64": "1.8.6",
    "@withgraphite/graphite-cli-darwin-x64": "1.8.6",
    "@withgraphite/graphite-cli-linux-x64": "1.8.6",
    "@withgraphite/graphite-cli-linux-arm64": "1.8.6",
    "@withgraphite/graphite-cli-win32-x64": "1.8.6"
  },
  "bin": {
    "graphite": "./bin/gt.js",
    "gt": "./bin/gt.js"
  },
  "pkg": {
    "scripts": "*.js",
    "assets": [
      "build/**/*",
      "package.json",
      "node_modules/better-sqlite3/build/Release/*.node",
      "node_modules/better-sqlite3/**/*",
      "node_modules/bindings/**/*",
      "node_modules/file-uri-to-path/**/*"
    ],
    "public-packages": "*"
  }
}
