@natlibfi/sru-client
Version:
SRU Javascript client library
61 lines (60 loc) • 1.85 kB
JSON
{
"name": "@natlibfi/sru-client",
"description": "SRU Javascript client library",
"author": {
"name": "The National Library of Finland"
},
"keywords": [
"sru",
"library",
"libraries",
"marc",
"code4lib"
],
"homepage": "https://github.com/natlibfi/sru-client-js",
"bugs": {
"url": "https://github.com/natlibfi/sru-client-js/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:natlibfi/sru-client-js.git"
},
"license": "MIT",
"version": "7.0.0-alpha.3",
"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.0-alpha.1",
"@natlibfi/marc-record-serializers": "^11.0.0-alpha.2",
"@natlibfi/melinda-backend-commons": "^3.0.0-alpha.7",
"debug": "^4.4.3",
"http-status": "^2.1.0",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@natlibfi/fixugen-http-client": "^4.0.0-alpha.1",
"@natlibfi/fixura": "^4.0.0-alpha.13",
"cross-env": "^7.0.3",
"esbuild": "^0.25.10",
"eslint": "^9.36.0"
}
}