{
  "name": "@gapi/core",
  "version": "1.8.235",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/gapi.git"
  },
  "author": "Kristian Tachev <kristiqn.tachev@gmail.com> (Stradivario)",
  "scripts": {
    "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist",
    "delete-dist": "rm -rf dist",
    "clean": "git clean -dxf",
    "test": "echo test",
    "lint": "npx eslint . --ext .ts",
    "lint-fix": "npx eslint . --fix --ext .ts",
    "build": "rm -rf dist && tsc"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stradivario/gapi/issues"
  },
  "dependencies": {
    "@rxdi/core": "^0.7.250",
    "@rxdi/graphql": "^0.7.250",
    "@rxdi/graphql-pubsub": "^0.7.250",
    "@rxdi/hapi": "^0.7.250",
    "graphql": "^16.12.0"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "jest": {
    "testEnvironment": "node",
    "testPathIgnorePatterns": [
      "/node_modules/"
    ],
    "coverageReporters": [
      "lcov",
      "html"
    ],
    "rootDir": "./",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "json",
      "node"
    ],
    "transform": {
      "\\.(ts|tsx)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "testRegex": "/development/.*\\.spec.(ts|tsx|js)$",
    "verbose": true,
    "collectCoverage": true
  },
  "description": "![Build Status](https://github.com/Stradivario/gapi/issues)",
  "devDependencies": {
    "@types/hapi": "^18.0.2",
    "typescript": "^5.9.3"
  }
}
