mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-05-25 23:40:40 +02:00
18 lines
477 B
JSON
18 lines
477 B
JSON
{
|
|
"name": "@icon-service/icon_service_base",
|
|
"version": "0.1.0",
|
|
"description": "Repository storing the code that is common to all icon services.",
|
|
"author": "Mose Müller <mosmuell@ethz.ch>",
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": "./frontend"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.phys.ethz.ch:tiqi-projects/qchub/icon-services/icon_service_base.git"
|
|
}
|
|
}
|