{
  "name": "graphile-ltree",
  "version": "2.14.0",
  "description": "PostGraphile v5 ltree plugin — auto-detects ltree columns, exposes slash-path folder fields, and provides containment/glob filter operators",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --forceExit",
    "test:watch": "jest --watch"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "peerDependencies": {
    "@dataplan/pg": "^1.1.1",
    "grafast": "^1.1.1",
    "graphile-build": "^5.1.1",
    "graphile-build-pg": "^5.1.3",
    "graphile-config": "^1.1.0",
    "graphile-connection-filter": "^2.11.3",
    "graphql": "^16.9.0",
    "pg-sql2": "^5.0.1",
    "postgraphile": "^5.1.3"
  },
  "peerDependenciesMeta": {
    "graphile-connection-filter": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.19.11",
    "graphile-connection-filter": "^2.14.0",
    "graphile-test": "^5.14.0",
    "makage": "^0.3.0",
    "pgsql-test": "^5.13.0"
  },
  "keywords": [
    "postgraphile",
    "graphile",
    "constructive",
    "plugin",
    "postgres",
    "graphql",
    "ltree",
    "hierarchy",
    "path",
    "folder",
    "tree"
  ],
  "gitHead": "7407d2cdbaed4ec0f7c9bcdd9f4290c4ea81aa52"
}
