{
  "name": "@studyportals/search-filters",
  "version": "6.3.1",
  "description": "Filters library",
  "main": "dist/search_filters.js",
  "types": "dist/index.d.ts",
  "files": [
    "./dist"
  ],
  "exports": {
    ".": "./dist/search_filters.js",
    "./dist/search_filters.js": "./dist/search_filters.js",
    "./dist/search_filters.css": "./dist/search_filters.css",
    "./server-side": {
      "types": "./dist/server-side.d.ts",
      "default": "./dist/server-side.js"
    }
  },
  "typesVersions": {
    "*": {
      "server-side": [
        "dist/server-side.d.ts"
      ]
    }
  },
  "scripts": {
    "clean": "rm -fR dist",
    "compile": "npm run clean && npx tsc",
    "build": "rm -rf ./dist/* && webpack --mode=production && webpack --mode=development && npm run build:types",
    "build:types": "npx tsc --emitDeclarationOnly && npm run remove:alias",
    "remove:alias": "npx tsc-alias -p tsconfig.json --outDir dist",
    "test": "NODE_OPTIONS='--experimental-vm-modules' vitest --watch=false",
    "test:coverage": "vitest --watch=false --coverage",
    "test:watch": "vitest --watch",
    "prepublishOnly": "npm i && npm run test && npm run clean  && webpack --mode production && rm -fR dist/test* && npm run build:types",
    "publish-beta": "npm version prerelease && npm run prepublishOnly && npm publish --tag beta",
    "publish-patch": "npm version patch && npm run prepublishOnly && npm publish",
    "publish-minor": "npm version minor && npm run prepublishOnly && npm publish",
    "publish-major": "npm version major && npm run prepublishOnly && npm publish",
    "publish-dll-beta": "cd dll && npm i && npm run build && npm version prerelease && npm publish --tag beta",
    "publish-dll-patch": "cd dll && npm i && npm run build && npm version patch && npm publish",
    "publish-dll-minor": "cd dll && npm i && npm run build && npm version minor && npm publish",
    "publish-dll-major": "cd dll && npm i && npm run build && npm version major && npm publish",
    "lint": "eslint . --ext .ts",
    "lint:fix": "eslint . --ext .ts --fix",
    "dev": "cross-env STAGE=dev webpack-dev-server --mode development --config webpack.config.dev.js",
    "start": "npm run dev"
  },
  "author": "Studyportals - Seal Team Six",
  "license": "ISC",
  "dependencies": {
    "@studyportals/datalake-event-tracker-dll": "^7.7.2",
    "@studyportals/event-aggregation-service-interface": "^1.1.0",
    "@studyportals/multiselect": "^4.2.0",
    "@studyportals/styles-abstracts": "^2.0.0",
    "@studyportals/styles-components": "^2.0.0",
    "ts-loader": "^9.5.1"
  },
  "devDependencies": {
    "@studyportals/code-style": "^2.2.1",
    "@studyportals/event-aggregation-service": "^1.1.0",
    "@studyportals/static-domain-data": "^6.2.0",
    "@studyportals/webpack-helper": "^6.1.0",
    "@types/node-fetch": "^2.6.2",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "@vitejs/plugin-vue": "^5.2.1",
    "@vitest/coverage-v8": "^2.1.8",
    "@vue/test-utils": "^2.4.6",
    "cross-env": "^7.0.2",
    "eslint": "^8.57.1",
    "html-webpack-plugin": "^5.6.3",
    "husky": "^8.0.0",
    "jest-serializer-vue": "^3.1.0",
    "jsdom": "^26.1.0",
    "tsc-alias": "^1.8.16",
    "typemoq": "^2.1.0",
    "typescript": "^4.9.5",
    "vitest": "^2.1.8",
    "webpack-dev-server": "^5.2.0"
  }
}
