{
	"name": "@natlibfi/sru-client",
	"description": "SRU Javascript client library",
	"author": {
		"name": "The National Library of Finland"
	},
	"keywords": [
		"sru",
		"library",
		"libraries",
		"marc",
		"code4lib"
	],
	"homepage": "https://www.npmjs.com/package/@natlibfi/sru-client",
	"bugs": {
		"url": "https://github.com/natlibfi/sru-client-js/issues"
	},
	"repository": {
		"url": "https://github.com/NatLibFi/sru-client-js"
	},
	"license": "MIT",
	"version": "7.0.1",
	"main": "dist/index.js",
	"type": "module",
	"engines": {
		"node": ">=22"
	},
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"start": "node dist/index.js",
		"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 --experimental-test-coverage --test-reporter=spec './src/*.test.js' './src/**/*.test.js'",
		"test": "npm run lint && npm run test:base",
		"test:dev": "npm run lint:dev && 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' './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/marc-record": "^10.0.1",
		"@natlibfi/marc-record-serializers": "^11.0.1",
		"@natlibfi/melinda-backend-commons": "^3.0.2",
		"debug": "^4.4.3",
		"http-status": "^2.1.0",
		"xml2js": "^0.6.2",
		"yargs": "^18.0.0"
	},
	"devDependencies": {
		"@natlibfi/fixugen-http-client": "^4.0.1",
		"@natlibfi/fixura": "^4.0.0",
		"cross-env": "^10.1.0",
		"esbuild": "^0.27.2",
		"eslint": "^9.39.2"
	}
}
