UNPKG

@phosphor-icons/webcomponents

Version:
50 lines 1.2 kB
{ "name": "@phosphor-icons/webcomponents", "version": "2.1.5", "description": "A flexible icon family for the web", "author": "rektdeckard", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/phosphor-icons/webcomponents.git" }, "main": "dist/index.cjs", "browser": "dist/index.mjs", "module": "dist/index.mjs", "unpkg": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { "./*": { "import": "./dist/icons/*.mjs", "types": "./dist/icons/*.d.ts" }, ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "type": "module", "files": [ "dist/" ], "private": false, "sideEffects": true, "dependencies": { "lit": "^3" }, "devDependencies": { "@types/node": "^18", "chalk": "^4", "prettier": "^3", "tsx": "^4", "typescript": "^5", "vite": "^5.2" }, "scripts": { "assemble": "tsx scripts/assemble.ts", "format": "prettier --write \"./src/**/*.{js,jsx,ts,tsx,json,vue}\" \"./scripts/*.ts\" \"./index.html\"", "dev": "vite", "build": "vite build && tsc --emitDeclarationOnly" } }