Updating nodejs package

This commit is contained in:
Mose Mueller 2023-04-11 09:16:50 +02:00
parent e84c19a4be
commit 798880ba20
3 changed files with 2480 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
**/__pycache__/
**/.venv/
**/.mypy_cache/
**/.mypy_cache/
node_modules

2468
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -14,5 +14,15 @@
"repository": {
"type": "git",
"url": "git@gitlab.phys.ethz.ch:tiqi-projects/qchub/icon-services/icon_service_base.git"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/node": "^18.11.18",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.3"
}
}