UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

68 lines 2.43 kB
{ "name": "@microsoft/windows-admin-center-sdk/angular", "description": "Microsoft - Windows Admin Center SDK - Angular controls", "version": "0.0.0-PLACEHOLDER", "private": true, "keywords": [ "microsoft", "windows admin center", "sdk", "servers", "clusters", "management" ], "homepage": "https://aka.ms/WindowsAdminCenter", "bugs": { "url": "https://aka.ms/WACFeedback", "email": "smefeedback@microsoft.com" }, "license": "SEE LICENSE IN LICENSE.txt", "author": { "name": "Microsoft Corporation" }, "dependencies": { "monaco-editor": "npm:monaco-editor@0.36.1", "monaco-editorv17": "npm:monaco-editor@0.17.1", "tslib": "^2.6.1" }, "peerDependencies": { "@angular/animations": "15.2.9", "@angular/common": "15.2.9", "@angular/compiler": "15.2.9", "@angular/core": "15.2.9", "@angular/forms": "15.2.9", "@angular/platform-browser": "15.2.9", "@angular/platform-browser-dynamic": "15.2.9", "@angular/router": "15.2.9", "chart.js": "2.9.4", "moment": "2.29.4", "core-js": "3.30.1", "zone.js": "0.13.1" }, "ng-update": { "packageGroup": "NG_UPDATE_PACKAGE_GROUP" }, "module": "fesm2015/microsoft-windows-admin-center-sdk-angular.mjs", "es2020": "fesm2020/microsoft-windows-admin-center-sdk-angular.mjs", "esm2020": "esm2020/microsoft-windows-admin-center-sdk-angular.mjs", "fesm2020": "fesm2020/microsoft-windows-admin-center-sdk-angular.mjs", "fesm2015": "fesm2015/microsoft-windows-admin-center-sdk-angular.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2020": "./esm2020/microsoft-windows-admin-center-sdk-angular.mjs", "es2020": "./fesm2020/microsoft-windows-admin-center-sdk-angular.mjs", "es2015": "./fesm2015/microsoft-windows-admin-center-sdk-angular.mjs", "node": "./fesm2015/microsoft-windows-admin-center-sdk-angular.mjs", "default": "./fesm2020/microsoft-windows-admin-center-sdk-angular.mjs" } }, "sideEffects": false, "scripts": { "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1" } }