{ "name": "lovdata-chat", "version": "1.0.0", "description": "A web-based chat interface that allows users to interact with Large Language Models (LLMs) equipped with Norwegian legal research tools from the Lovdata MCP server.", "directories": { "doc": "docs" }, "scripts": { "test": "cypress run", "cypress:open": "cypress open", "cypress:run": "cypress run" }, "repository": { "type": "git", "url": "ssh://git@gitea.torbjorn.org:2222/torbjorn/lovdata-chat.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "cypress": "^15.10.0" } }