{ "name": "iceberg-metadata", "version": "1.0.0", "description": "Microservice for updating metadata on radio", "main": "main.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Arseniusz/radioiceberg.git" }, "author": "radio iceberg team", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/Arseniusz/radioiceberg/issues" }, "homepage": "https://github.com/Arseniusz/radioiceberg#readme", "dependencies": { "@radioiceberg/message-processor": "^0.0.1" } }