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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
website/package.json

25 lines
716 B

{
"name": "radioiceberg-website",
"version": "1.0.0",
"description": "* About This repository constains source code for website for radioiceberg project and scripts for building and publishing docker container.",
"main": "index.js",
"scripts": {
"build": "rollup --config",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@gitea.bjornmossa.net/Radioiceberg/website.git"
},
"author": "Radioiceberg team",
"license": "GPL-3.0",
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"prettier": "^3.2.4",
"rollup": "^4.9.5"
},
"dependencies": {
"@radioiceberg/message-processor": "^0.0.1"
}
}