{
  "name": "@opvious/api",
  "version": "0.25.7",
  "repository": "github:opvious/api-gateway",
  "description": "API resources",
  "keywords": [
    "graphql",
    "openapi",
    "opvious"
  ],
  "author": "Opvious Engineering <oss@opvious.io>",
  "license": "Apache-2.0",
  "type": "module",
  "files": [
    "dist/",
    "lib/",
    "resources/"
  ],
  "exports": {
    ".": "./lib/index.js",
    "./graphql": "./lib/graphql/index.js",
    "./graphql/sdk": "./lib/graphql/sdk.js",
    "./sdk": "./lib/sdk.gen.js"
  },
  "dependencies": {
    "@opvious/stl-errors": "^0.27.3",
    "@opvious/stl-graphql": "^0.27.3",
    "graphql": "16.9.0",
    "inlinable-runtime": "^0.8.2"
  },
  "devDependencies": {
    "@babel/core": "^7.24.6",
    "@graphql-codegen/add": "^5.0.2",
    "@graphql-codegen/cli": "^5.0.2",
    "@graphql-codegen/schema-ast": "^4.0.2",
    "@graphql-codegen/typescript": "^4.0.7",
    "@graphql-codegen/typescript-document-nodes": "^4.0.7",
    "@graphql-codegen/typescript-generic-sdk": "^4.0.1",
    "@graphql-codegen/typescript-operations": "^4.2.1",
    "@opvious/account-operations": "^0.18.8",
    "@opvious/attempt-operations": "^0.18.8",
    "@opvious/formulation-operations": "^0.23.3",
    "@opvious/formulation-protos": "^0.23.3",
    "abaca": "0.18.0",
    "abaca-cli": "^0.18.0",
    "abaca-graphql": "^0.18.0",
    "graphql-tag": "^2.12.6",
    "inlinable": "^0.8.2",
    "openapi-merge-cli": "^1.3.1",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "webpack": "^5.91.0",
    "webpack-cli": "^4.10.0"
  },
  "scripts": {
    "build": "tsc -p src",
    "dist": "webpack",
    "gen": "./scripts/generate",
    "clean": "rm -rf dist lib node_modules out resources/openapi.yaml resources/schema.gql $(find resources src -name '*.gen.*')"
  }
}