{
  "name": "@natlibfi/melinda-ui-commons",
  "version": "5.0.0-alpha.18",
  "description": "Common modules for Melinda UI applications",
  "author": {
    "name": "The National Library of Finland"
  },
  "license": "MIT",
  "keywords": [
    "melinda",
    "natlibfi"
  ],
  "homepage": "https://github.com/natlibfi/melinda-ui-commons",
  "repository": {
    "type": "git",
    "url": "git@github.com:natlibfi/melinda-ui-commons.git"
  },
  "bugs": {
    "url": "https://github.com/natlibfi/melinda-ui-commons/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "lint": "eslint src",
    "lint:fix": "eslint --fix src",
    "test": "npm run lint && npm run test:base",
    "test:base": "NODE_ENV=test nyc mocha --package ./package.json",
    "test:dev": "npm run lint:fix && npm run test:base -- 'tests/*.spec.js'"
  },
  "dependencies": {
    "@babel/runtime": "^7.26.10",
    "@natlibfi/melinda-backend-commons": "^2.3.6",
    "@natlibfi/melinda-commons": "^13.0.17",
    "http-status": "^2.1.0",
    "moment": "^2.30.1",
    "mongo-sanitize": "^1.1.0",
    "mongodb": "^6.16.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.26.4",
    "@babel/core": "^7.26.10",
    "@natlibfi/eslint-config-melinda-frontend": "^2.0.2",
    "@natlibfi/fixugen": "^2.0.12",
    "@natlibfi/fixura": "^3.0.11",
    "@natlibfi/fixura-mongo": "^2.0.10",
    "chai": "^4.5.0",
    "eslint": "^8.57.1",
    "jsdom": "^26.1.0",
    "mocha": "^10.8.2",
    "nyc": "^17.1.0"
  }
}
