UNPKG

@natlibfi/melinda-ui-commons

Version:
50 lines (49 loc) 1.43 kB
{ "name": "@natlibfi/melinda-ui-commons", "version": "6.0.0-alpha.1", "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": ">=22" }, "scripts": { "prepare": "npm run build", "build": "esbuild \"src/**/*.js\" --sourcemap --platform=node --outdir=dist", "lint": "eslint src", "lint:fix": "eslint --fix src", "test:base": "node --test --test-force-exit --experimental-test-coverage --test-reporter=spec './tests/*.test.js'", "test": "npm run lint && npm run test:base" }, "dependencies": { "@natlibfi/melinda-backend-commons": "^3.0.0-alpha.6", "@natlibfi/melinda-commons": "^14.0.0-alpha.3", "http-status": "^2.1.0", "moment": "^2.30.1", "mongo-sanitize": "^1.1.0", "mongodb": "^6.19.0" }, "devDependencies": { "@natlibfi/fixugen": "^3.0.0-alpha.6", "@natlibfi/fixura": "^4.0.0-alpha.13", "@natlibfi/fixura-mongo": "^3.0.0-alpha.5", "esbuild": "^0.25.10", "eslint": "^9.35.0", "jsdom": "^26.1.0" } }