{ "name": "@icon-services/icon_service_base", "version": "0.1.0", "description": "Repository storing the code that is common to all icon services.", "author": "Mose Müller ", "license": "MIT", "exports": { ".": "./frontend/index.ts" }, "types": "./frontend/index.ts", "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" }, "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" } }