UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

83 lines (82 loc) 2.66 kB
{ "name": "@elgato/icons", "version": "1.0.2", "description": "Icons used throughout the Elgato ecosystem.", "type": "module", "exports": { "./s": { "default": "./dist/strings/s/index.g.js", "types": "./dist/strings/s/index.g.d.ts" }, "./m": { "default": "./dist/strings/m/index.g.js", "types": "./dist/strings/m/index.g.d.ts" }, "./l": { "default": "./dist/strings/l/index.g.js", "types": "./dist/strings/l/index.g.d.ts" }, "./metadata": { "default": "./dist/metadata/index.js", "types": "./dist/metadata/index.d.ts" }, "./react": { "default": "./dist/react/index.js", "types": "./dist/react/index.d.ts" } }, "files": [ "dist/", "svg/" ], "scripts": { "build": "npm run transform && npm run lint:fix && npm run tsc", "build:ci": "tsc", "download": "npm run tsc:metadata && node --experimental-strip-types scripts/download.ts", "lint": "prettier . --check", "lint:fix": "prettier . --write --log-level warn", "preversion": "npm run build:ci && npm run lint", "sync": "npm run download && npm run build", "transform": "npm run tsc:metadata && node --experimental-strip-types scripts/transform.ts", "tsc": "tsc", "tsc:metadata": "tsc --project tsconfig.metadata.json" }, "keywords": [ "elgato", "icons", "stream deck", "wave link", "camera hub", "marketplace", "makers" ], "author": { "name": "Elgato", "url": "https://www.elgato.com" }, "license": "MIT", "homepage": "https://docs.elgato.com/resources/icons", "repository": { "type": "git", "url": "git+https://github.com/elgatosf/icons.git" }, "prettier": "@elgato/prettier-config", "devDependencies": { "@elgato/prettier-config": "^0.2.4", "@figma/rest-api-spec": "^0.22.0", "@svgr/core": "^8.1.0", "@svgr/plugin-jsx": "^8.1.0", "@svgr/plugin-svgo": "^8.1.0", "@tsconfig/node20": "^20.1.4", "@types/node": "^22.8.6", "@types/react": "^18.3.12", "chalk": "^5.4.1", "console-table-printer": "^2.12.1", "dotenv": "^16.4.7", "figma-api": "^2.0.1-beta", "ora": "^8.1.1", "react": "^18.3.1", "typescript": "^5.6.3", "zx": "^8.3.2" } }