Adding nodejs package

This commit is contained in:
Mose Mueller
2023-04-10 16:52:23 +02:00
parent cfad1e20c4
commit 0ca8374278
7 changed files with 532 additions and 0 deletions

17
package.json Normal file
View 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"
}
}