{
  "name": "@natlibfi/melinda-ui-commons",
  "description": "Common modules for Melinda UI applications",
  "author": {
    "name": "The National Library of Finland"
  },
  "license": "MIT",
  "keywords": [
    "melinda",
    "natlibfi"
  ],
  "homepage": "https://www.npmjs.com/package/@natlibfi/melinda-ui-commons",
  "repository": {
    "url": "git+https://github.com/NatLibFi/melinda-ui-commons.git"
  },
  "bugs": {
    "url": "https://github.com/natlibfi/melinda-ui-commons/issues"
  },
  "version": "6.0.1",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "esbuild \"src/**/*.js\" --sourcemap --platform=node --outdir=dist",
    "lint": "eslint src",
    "lint:fix": "eslint --fix src",
    "test:base": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec './tests/*.test.js'",
    "test": "npm run lint && npm run test:base"
  },
  "dependencies": {
    "@natlibfi/melinda-backend-commons": "^3.0.5",
    "@natlibfi/melinda-commons": "^14.0.2",
    "http-status": "^2.1.0",
    "moment": "^2.30.1",
    "mongo-sanitize": "^1.1.0",
    "mongodb": "^7.2.0"
  },
  "devDependencies": {
    "@natlibfi/fixugen": "^3.0.1",
    "@natlibfi/fixura": "^4.0.1",
    "@natlibfi/fixura-mongo": "^3.0.3",
    "esbuild": "^0.28.0",
    "eslint": "^10.3.0",
    "jsdom": "^29.1.1"
  }
}
