mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-04 18:28:45 +01:00
Adding nodejs package
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user