{
	"name": "@natlibfi/melinda-record-matching",
	"description": "Melinda record matching modules for Javascript",
	"author": {
		"name": "The National Library of Finland"
	},
	"keywords": [],
	"homepage": "https://www.npmjs.com/package/@natlibfi/melinda-record-matching",
	"bugs": {
		"url": "https://github.com/natlibfi/melinda-record-matching-js/issues"
	},
	"repository": {
		"url": "https://github.com/NatLibFi/melinda-record-matching-js"
	},
	"license": "MIT",
	"version": "6.0.0",
	"type": "module",
	"main": "./dist/index.js",
	"bin": "./dist/cli.js",
	"engines": {
		"node": ">=24"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"prepare": "npm run build",
		"start": "node dist/index.js",
		"build": "esbuild \"src/**/*.js\" --sourcemap --platform=node --outdir=dist",
		"cli": "node dist/cli.js",
		"lint": "eslint ./src",
		"lint:dev": "eslint --fix ./src",
		"test:base": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec 'test/**/*.test.js'",
		"test": "npm run lint && npm run test:base",
		"test:only": "npm run lint && npm run test:base:only",
		"test:base:only": "cross-env DEBUG=@natlibfi/* NODE_ENV=test node --test --test-only --test-force-exit --experimental-test-coverage --test-reporter=spec 'test/**/*.test.js'",
		"test:base:only:index": "cross-env DEBUG=@natlibfi/* NODE_ENV=test node --test --test-only --test-force-exit --experimental-test-coverage --test-reporter=spec './test/index.test.js'",
		"watch:test": "cross-env DEBUG=@natlibfi/* NODE_ENV=test node --watch --test --experimental-test-coverage --test-reporter=spec 'test/**/*.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/marc-record": "^10.0.2",
		"@natlibfi/marc-record-validators-melinda": "^13.0.0",
		"@natlibfi/melinda-commons": "^14.0.2",
		"@natlibfi/sru-client": "^7.0.2",
		"debug": "^4.4.3",
		"isbn3": "^2.0.9",
		"natural": "^8.1.1",
		"yargs": "^18.0.0"
	},
	"devDependencies": {
		"@natlibfi/fixugen": "^3.0.1",
		"@natlibfi/fixugen-http-client": "^4.0.3",
		"@natlibfi/fixura": "^4.0.1",
		"cross-env": "^10.1.0",
		"esbuild": "^0.28.1",
		"eslint": "^10.7.0"
	}
}
