{
  "name": "@verii/rest-queries",
  "version": "1.1.0",
  "description": "Http REST Query language",
  "repository": "https://github.com/LFDT-Verii/core",
  "main": "index.js",
  "license": "Apache-2.0",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "cross-env NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout 'test/**/*.test.js'",
    "test:ci": "NODE_ENV=test node --test --test-concurrency=1 --experimental-test-module-mocks --experimental-test-coverage --test-coverage-include='src/**' --test-reporter=spec --test-reporter=junit --test-reporter-destination=stdout --test-reporter-destination=test-results.junit.xml --test-reporter=lcov --test-reporter-destination=lcov.info 'test/**/*.test.js'",
    "lint": "eslint .",
    "lint:ci": "eslint . --format json >> eslint-results.json",
    "lint:fix": "eslint --fix ."
  },
  "dependencies": {
    "lodash": "^4.17.21",
    "qs": "6.15.1"
  },
  "devDependencies": {
    "eslint": "9.39.4",
    "eslint-config-airbnb-extended": "3.0.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-autofix": "2.2.0",
    "eslint-plugin-better-mutation": "2.1.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prefer-arrow-functions": "3.9.1",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-watch": "8.0.0",
    "expect": "30.3.0",
    "globals": "17.5.0",
    "prettier": "3.8.1"
  },
  "nx": {
    "tags": [
      "lib"
    ]
  },
  "gitHead": "e698ee274811839523a990ecccca722d710648c6"
}
