{
  "name": "@opengov/ppf-backend-types",
  "version": "1.147.0",
  "description": "PPF Backend types",
  "homepage": "https://github.com/OpenGov/pluggable-payments#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --build tsconfig.build.json",
    "watch": "tsc --build tsconfig.build.json --watch",
    "codegen": "graphql-codegen --require",
    "prebuild": "npm run codegen"
  },
  "dependencies": {
    "@opengov/plc-fastify-auth-plugin": "0.0.9",
    "@opengov/ppf-backend-graphql-schema": "^0.145.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenGov/pluggable-payments.git"
  },
  "bugs": {
    "url": "https://github.com/OpenGov/pluggable-payments/issues"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "^5.0.0",
    "@graphql-codegen/typescript-operations": "^4.0.1",
    "@graphql-codegen/typescript-resolvers": "^4.0.1",
    "eslint": "^8.56.0",
    "graphql": "^16.8.1",
    "prettier": "^3.2.4"
  },
  "gitHead": "cb45bf8e41f2434504eca748d529e82512c4f2b7"
}
