UNPKG

@ngxi/wpf

Version:

Icon set Icons8 Windows 8 Icons for Angular applications

56 lines 1.22 kB
{ "name": "@ngxi/wpf", "type": "module", "version": "0.12.19", "description": "Icon set Icons8 Windows 8 Icons for Angular applications", "author": "Adrián UB", "license": "MIT", "funding": "https://github.com/sponsors/adrian-ub", "homepage": "https://github.com/adrian-ub/ngxi#readme", "repository": { "type": "git", "url": "https://github.com/adrian-ub/ngxi.git", "directory": "packages/wpf" }, "bugs": "https://github.com/adrian-ub/ngxi/issues", "keywords": [ "icon", "iconify", "icons", "ngxi", "wpf", "angular" ], "sideEffects": false, "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js", "default": "./dist/index.js" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "peerDependencies": { "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0" }, "peerDependenciesMeta": { "@angular/core": { "optional": false } }, "dependencies": { "tslib": "^2.3.0", "ngxi": "0.12.19" }, "scripts": { "build": "vite build" } }