{
  "name": "@ruhisfi/rql",
  "author": "Toni Ruhanen (https://ruhis.fi)",
  "version": "4.0.1",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "scripts": {
    "test": "jest",
    "build": "tsup src/index.ts --format cjs,esm --dts",
    "lint": "tsc"
  },
  "license": "GPL-3.0",
  "devDependencies": {
    "@types/jest": "^29.5.2",
    "@typescript-eslint/eslint-plugin": "^5.59.11",
    "@typescript-eslint/parser": "^5.59.11",
    "eslint": "^8.42.0",
    "jest": "^29.5.0",
    "ts-jest": "^29.1.0",
    "ts-node": "^10.9.1",
    "tsup": "^6.7.0",
    "typescript": "^5.1.3"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Torksi/rql.git"
  },
  "bugs": {
    "url": "https://github.com/Torksi/rql/issues"
  },
  "homepage": "https://rql.ruhis.fi/",
  "description": "",
  "keywords": [
    "rql",
    "query",
    "parser",
    "queryparser",
    "siem",
    "security-analytics",
    "data-analysis",
    "log-analysis"
  ],
  "dependencies": {
    "ip-range-check": "^0.2.0"
  }
}
