UNPKG

design-system-icons-anz

Version:

A web component icon that works in all frameworks including Nuxt2, Nuxt3 and Next.js

41 lines 1.1 kB
{ "name": "design-system-icons-anz", "version": "1.4.0", "description": "A web component icon that works in all frameworks including Nuxt2, Nuxt3 and Next.js", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.js", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" } }, "sideEffects": true, "files": [ "dist" ], "scripts": { "build": "tsup src/index.js --format cjs,esm --dts --minify", "dev": "tsup src/index.js --format cjs,esm --dts --watch", "clean": "rm -rf dist", "prepublishOnly": "npm run build" }, "keywords": [ "icon", "web-component", "custom-element", "react", "vue", "nuxt", "next" ], "author": "", "license": "MIT", "devDependencies": { "@swc/core": "^1.3.0", "tsup": "^8.0.0", "typescript": "^5.0.0" } }