{
  "name": "scim-query-filter-parser",
  "version": "2.0.4",
  "description": "Parser for SCIM Filter Query Strings",
  "main": "dist/index.js",
  "scripts": {
    "format": "prettier --list-different --write '**/*.{json,yml,md,ts}'",
    "lint": "prettier -c '**/*.{json,yml,md,ts}' && eslint src --ext ts",
    "build": "rm -rf dist && tsc",
    "build:development": "rm -rf dist && tsc --watch",
    "test": "ava --verbose dist/*.test.js",
    "test:development": "ava --verbose --watch dist/**/*.test.js",
    "prepare": "yarn build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/the-control-group/scim-query-filter-parser-js.git"
  },
  "keywords": [
    "scim",
    "scimplecloud",
    "parser",
    "filter"
  ],
  "author": "Mike Marcacci <mike.marcacci@thecontrolgroup.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/the-control-group/scim-query-filter-parser-js/issues"
  },
  "homepage": "https://github.com/the-control-group/scim-query-filter-parser-js#readme",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.7.0",
    "@typescript-eslint/parser": "^2.7.0",
    "apg": "^3.1.1",
    "ava": "^2.4.0",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.5.0",
    "eslint-plugin-prettier": "^3.1.1",
    "nodemon": "^1.19.4",
    "prettier": "^1.19.1",
    "typescript": "^3.7.2"
  },
  "engines": {
    "node": ">=8"
  },
  "dependencies": {
    "apg-lib": "^3.2.0"
  },
  "types": "dist/index.d.ts"
}
