{
  "name": "@natlibfi/fixura-mongo",
  "description": "Test fixtures with MongoDB is as easy as ABC",
  "author": {
    "name": "The National Library of Finland"
  },
  "keywords": [
    "fixture",
    "test",
    "unit",
    "mongo",
    "gridfs"
  ],
  "homepage": "https://www.npmjs.com/package/@natlibfi/fixura-mongo",
  "bugs": {
    "url": "https://github.com/natlibfi/fixura-mongo-js/issues"
  },
  "repository": {
    "url": "https://github.com/NatLibFi/fixura-mongo-js"
  },
  "license": "MIT",
  "version": "3.0.3",
  "main": "./dist/index.js",
  "type": "module",
  "engines": {
    "node": ">=22"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "esbuild src/**/*.js --sourcemap --platform=node --main-fields=main --outdir=dist --allow-overwrite --analyze",
    "lint": "eslint ./src",
    "lint:dev": "eslint --fix ./src",
    "test:base": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec './src/**/*.test.js'",
    "test": "npm run lint && npm run test:base",
    "watch:test": "cross-env DEBUG=@natlibfi/* NODE_ENV=test node --watch --test --experimental-test-coverage --test-reporter=spec './src/**/*.test.js'",
    "dev": "npm run watch:test",
    "dev:debug": "cross-env LOG_LEVEL=debug DEBUG=@natlibfi/* NODE_ENV=test npm run watch:test"
  },
  "dependencies": {
    "@natlibfi/fixura": "^4.0.1",
    "mongodb": "^6.21.0",
    "mongodb-memory-server": "^10.4.3"
  },
  "devDependencies": {
    "cross-env": "^10.1.0",
    "esbuild": "^0.27.3",
    "eslint": "^10.0.2"
  }
}
