UNPKG

@qodalis/angular-cli

Version:

Angular wrapper for the @qodalis CLI terminal engine.

42 lines (41 loc) 964 B
{ "name": "@qodalis/angular-cli", "version": "2.0.0-beta.13", "description": "Angular wrapper for the @qodalis CLI terminal engine.", "author": "Nicolae Lupei, Qodalis Solutions", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/qodalis-solutions/web-cli" }, "homepage": "https://qodalis.com", "keywords": [ "angular", "cli", "qodalis", "terminal", "web-terminal", "xterm" ], "peerDependencies": { "@angular/common": ">=16.2.0", "@angular/core": ">=16.2.0" }, "dependencies": { "tslib": "^2.3.0", "@qodalis/cli-core": "2.0.0-beta.13", "@qodalis/cli": "2.0.0-beta.13" }, "sideEffects": false, "module": "fesm2022/qodalis-angular-cli.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/qodalis-angular-cli.mjs" } } }