UNPKG

@ngxi/entypo

Version:

Icon set Entypo+ for Angular applications

58 lines 1.25 kB
{ "name": "@ngxi/entypo", "type": "module", "version": "0.12.30", "description": "Icon set Entypo+ for Angular applications", "author": "Adrián UB", "license": "CC-BY-SA-4.0", "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/entypo" }, "bugs": "https://github.com/adrian-ub/ngxi/issues", "keywords": [ "icon", "iconify", "icons", "ngxi", "entypo", "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" }, "devDependencies": { "ngxi": "0.12.30" }, "scripts": { "build": "vite build" } }