UNPKG

@shopware-ag/meteor-icon-kit

Version:

An icon library and toolkit that follows a minimal, yet highly expressive style perfectly aligned with Shopware's product language

64 lines 1.94 kB
{ "name": "@shopware-ag/meteor-icon-kit", "version": "5.7.0", "description": "An icon library and toolkit that follows a minimal, yet highly expressive style perfectly aligned with Shopware's product language", "keywords": [ "svg", "shopware", "icons" ], "homepage": "https://github.com/shopware/meteor/tree/main/packages/icon-kit#readme", "bugs": { "url": "https://github.com/shopware/meteor/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:shopware/meteor.git" }, "type": "module", "license": "MIT", "author": "shopware AG", "main": "index.js", "files": [ "icons" ], "prettier": "@shopware-ag/meteor-prettier-config", "dependencies": { "@t3-oss/env-core": "^0.12.0", "dotenv": "^16.4.1", "ora": "^8.2.0", "winston": "^3.17.0", "zod": "^3.25.75" }, "devDependencies": { "@eslint/js": "^9.20.0", "@supercharge/promise-pool": "^2.4.0", "@types/axios": "^0.14.0", "@types/node": "^20.14.9", "@types/svgo": "^2.6.3", "axios": "^0.26.1", "eslint": "^9.21.0", "prettier": "^3.5.3", "svgo": "^2.8.0", "svgo-autocrop": "1.1.1", "ts-node": "^10.8.1", "tsx": "^4.19.3", "typescript": "^5.7.0", "typescript-eslint": "^8.24.1", "vite": "^6.2.2", "vitest": "^3.0.9", "@shopware-ag/meteor-prettier-config": "1.0.0" }, "scripts": { "docs:copy": "../developer-portal/docs-cli link --src docs --dst resources/meteor-icon-kit", "docs:link": "../developer-portal/docs-cli link --src docs --dst resources/meteor-icon-kit --symlink", "docs:preview": "../developer-portal/docs-cli preview", "lint:all": "npm run lint:types && npm run lint:eslint", "lint:eslint": "eslint ./src", "lint:types": "tsc --noEmit", "start": "tsx ./src/index.ts", "format": "prettier --write .", "format:check": "prettier --check .", "test:unit": "vitest" } }