{
  "name": "@gapi/falkordb",
  "version": "1.8.235",
  "repository": {
    "type": "git",
    "url": "https://github.com/Stradivario/falkordb.git"
  },
  "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"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node",
    "falkordb"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stradivario/gapi/issues"
  },
  "dependencies": {
    "falkordb": "^6.3.1"
  },
  "devDependencies": {
    "@rxdi/core": "^0.7.250",
    "@types/node": "^25.0.3"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.js",
  "typings": "./dist/index.d.ts"
}
