You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
628 B
24 lines
628 B
{
|
|
"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"
|
|
}
|
|
}
|