{
  "name": "introspectron",
  "version": "4.21.0",
  "description": "introspect your Postgres database and generate an SDK",
  "author": "Constructive <developers@constructive.io>",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "devDependencies": {
    "@constructive-io/graphql-test": "^4.23.0",
    "@jest/test-sequencer": "^30.4.1",
    "@types/pg": "^8.20.0",
    "makage": "^0.3.0",
    "pgsql-test": "^4.16.5"
  },
  "dependencies": {
    "graphql": "16.13.0",
    "graphql-tag": "2.12.6",
    "pg": "^8.21.0"
  },
  "keywords": [
    "graphql",
    "introspection",
    "pg",
    "schema",
    "graphile",
    "constructive"
  ],
  "gitHead": "03d9e7ed4808d1d957b495a33980022172494340"
}
