UNPKG

@illgrenoble/visa-print-client

Version:

[![npm version](https://badge.fury.io/js/%40illgrenoble%2Fvisa-print-client.svg)](https://badge.fury.io/js/%40illgrenoble%2Fvisa-print-client)

42 lines 1.05 kB
{ "name": "@illgrenoble/visa-print-client", "description": "", "version": "1.2.3", "repository": { "type": "git", "url": "git+https://github.com/ILLGrenoble/visa-print-client.git" }, "homepage": "https://github.com/ILLGrenoble/visa-print-client", "license": "GPL-3.0", "author": "Stuart Caunt <caunt@ill.fr>", "keywords": [ "angularjs", "angular", "angular2", "javascript", "print", "cups" ], "peerDependencies": { "@angular/common": "^16.0.0", "@angular/core": "^16.0.0", "socket.io-client": "^4.7.2" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "module": "fesm2022/illgrenoble-visa-print-client.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/illgrenoble-visa-print-client.mjs", "esm": "./esm2022/illgrenoble-visa-print-client.mjs", "default": "./fesm2022/illgrenoble-visa-print-client.mjs" } } }