{
  "name": "@dataplan/json",
  "version": "1.0.0",
  "description": "JSON step classes for Grafast",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graphile/crystal.git"
  },
  "keywords": [
    "graphile",
    "graphql",
    "grafast",
    "json",
    "dataplan",
    "graphite"
  ],
  "author": "Benjie Gillam <code@benjiegillam.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/graphile/crystal/issues"
  },
  "homepage": "https://github.com/graphile/crystal/tree/main/grafast/dataplan-json",
  "dependencies": {
    "chalk": "^4.1.2",
    "tslib": "^2.8.1"
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "grafast": "^1.0.0-rc.8"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  }
}