{
  "name": "@gqlpt/adapter-base",
  "version": "0.0.0-alpha.33",
  "description": "Base adapter for GQLPT",
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "files": [
    "build"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rocket-connect/gqlpt.git"
  },
  "keywords": [
    "graphql",
    "ai",
    "nlp",
    "query",
    "generation",
    "text",
    "plain",
    "translate",
    "natural",
    "adapter",
    "custom"
  ],
  "author": "rconnect.tech",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rocket-connect/gqlpt/issues"
  },
  "homepage": "https://www.gqlpt.dev/docs/adapters",
  "peerDependencies": {},
  "dependencies": {},
  "scripts": {
    "test": "cross-env NODE_ENV=test jest",
    "build": "tsc"
  }
}