@zebra-fed/zeta-icons
Version:
The icon library for Zebra Technologies' Zeta Design System.
86 lines (85 loc) • 2.88 kB
JSON
{
"name": "@zebra-fed/zeta-icons",
"version": "1.9.4",
"type": "module",
"lastUpdated": "27 May 2026, 10:47:16",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"index.css",
"dist/index.*s",
"dist/types.*s",
"dist/outputs/*",
"dist/outputs/web/*",
"outputs/web/**",
"outputs/icons/**",
"outputs/icon-manifest.json",
"CHANGELOG.md"
],
"exports": {
".": "./dist/index.js",
"./icon-manifest.json": "./outputs/icon-manifest.json",
"./icons/*": "./outputs/icons/*",
"./font/*": "./outputs/web/*",
"./index.css": "./index.css"
},
"devDependencies": {
"@actions/core": "^1.11.1",
"@figma/code-connect": "^1.4.5",
"@types/chai": "^5.2.3",
"@types/md5": "^2.3.6",
"@types/mocha": "^10.0.10",
"@types/node": "^24.12.4",
"@types/react": "^19.2.15",
"@zebra-fed/zeta-icon-validator": "0.2.4",
"chai": "^6.2.2",
"cheerio": "^1.2.0",
"dotenv": "^17.4.2",
"md5": "^2.3.0",
"mocha": "11.7.6",
"oslllo-svg-fixer": "^5.0.0",
"prettier": "^3.8.3",
"scale-that-svg": "^1.0.6",
"sharp": "^0.34.5",
"tsx": "^4.22.3",
"typescript": "^5.9.3",
"webfont": "^11.2.26"
},
"keywords": [
"zeta",
"icon",
"library",
"svg"
],
"author": "Zebra Technologies - Innovation & Design - Front-end Development Team",
"license": "MIT",
"description": "The icon library for Zebra Technologies' Zeta Design System.",
"scripts": {
"pretest": "tsc -p tsconfig.test.json",
"pretest:build": "tsc -p tsconfig.test.json",
"pretest:connect": "tsc -p tsconfig.test.json",
"test": "yarn run pretest && mocha test/**/*.test.ts -g fetchIcons -i --file ./test/setup.ts --timeout 100000",
"test:build": "mocha test/**/*.test.ts -g fetchIcons --timeout 100000",
"test:connect": "mocha test/code-connect/**/*.test.ts --timeout 100000",
"build": "npx tsc -p tsconfig.build.json",
"build:fetch-icons": "npx tsc -p tsconfig.scripts.json",
"fetch-icons": "NODE_OPTIONS='--max-old-space-size=4096' yarn run build:fetch-icons && node --env-file=.env --max-old-space-size=8192 ./.github/fetch_icons/index.js",
"regenerate-test-files": "tsx test/fetch-icons/regenerateTestFiles.ts",
"prepack": "yarn run build",
"format-connect-files": "prettier outputs/code-connect.figma.ts --write",
"create-connect-files": "node --env-file=.env ./.github/create_code_connect/index.js",
"get-changed-icons": "yarn run build && node .github/get_changed_icons/index.js"
},
"resolutions": {
"xml2js": "^0.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZebraDevs/zeta-icons.git"
},
"bugs": {
"url": "https://github.com/ZebraDevs/zeta-icons/issues"
},
"homepage": "https://github.com/ZebraDevs/zeta-icons#readme",
"packageManager": "yarn@4.15.0"
}