{"_id":"15i","name":"15i","dist-tags":{"latest":"0.1.0"},"versions":{"0.1.0":{"name":"15i","version":"0.1.0","type":"module","license":"MIT","author":{"name":"jkeussen","url":"https://x.com/jkeussen"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/jkeussen/15i.git","directory":"packages/15i"},"keywords":["components","ui","icons","radix-ui","15px"],"scripts":{"dev":"tsup src/index.ts --format cjs,esm --dts --watch","build":"tsup src/index.ts --format cjs,esm --dts","clean":"rm -rf dist","generate-metadata":"tsx scripts/generate-metadata.ts","update-metadata":"tsx scripts/update-metadata-exports.ts","release":"npm run build && changeset publish"},"exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js","require":"./dist/index.cjs"}},"main":"./dist/index.js","module":"./dist/index.js","types":"./dist/index.d.ts","peerDependencies":{"react":"^18.2.0","react-dom":"^18.2.0"},"devDependencies":{"@repo/typescript-config":"*","@types/react":"^18.2.0","@types/react-dom":"^18.2.0","tsup":"^8.3.5","typescript":"latest"},"dependencies":{"@changesets/cli":"^2.27.11"},"_id":"15i@0.1.0","gitHead":"ba945e7276e0fde9b42d5c3d9c2fde8d64e0b7d2","description":"15i is a collection of icons for the web based on the [Radix UI Icons](https://www.radix-ui.com/icons) library.","bugs":{"url":"https://github.com/jkeussen/15i/issues"},"homepage":"https://github.com/jkeussen/15i#readme","_nodeVersion":"23.3.0","_npmVersion":"11.0.0","dist":{"integrity":"sha512-aS2A2ZWFA41GdxIx1zZ9VfiEPp570vLiLx68N+h0nEkR7TwHlAqXjESQAlvh2G0fRKQ7DeuF0h9ZuiorzlnZzA==","shasum":"ad681c7a08d00c01203fd3a843a3aa6cf1b9cf33","tarball":"https://registry.npmjs.org/15i/-/15i-0.1.0.tgz","fileCount":978,"unpackedSize":2531275,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIDiP0b3yWsqwU7F7PHlb0UvfkLDdI04l8vuu3InNk0v0AiBn5bTehCuA74KwNQ0jkw1K3SXpzsHJ33j44987U8waXQ=="}]},"_npmUser":{"name":"jkeussen","email":"joakim.keussen@gmail.com"},"directories":{},"maintainers":[{"name":"jkeussen","email":"joakim.keussen@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/15i_0.1.0_1736432939802_0.21075147492891655"},"_hasShrinkwrap":false}},"time":{"created":"2025-01-09T14:28:59.659Z","0.1.0":"2025-01-09T14:29:00.124Z","modified":"2025-01-09T14:29:00.395Z"},"maintainers":[{"name":"jkeussen","email":"joakim.keussen@gmail.com"}],"description":"15i is a collection of icons for the web based on the [Radix UI Icons](https://www.radix-ui.com/icons) library.","homepage":"https://github.com/jkeussen/15i#readme","keywords":["components","ui","icons","radix-ui","15px"],"repository":{"type":"git","url":"git+https://github.com/jkeussen/15i.git","directory":"packages/15i"},"author":{"name":"jkeussen","url":"https://x.com/jkeussen"},"bugs":{"url":"https://github.com/jkeussen/15i/issues"},"license":"MIT","readme":"# 15i\n\n15i is a collection of icons for the web based on the [Radix UI Icons](https://www.radix-ui.com/icons) library.\n\n## Installation\n\n## Metadata\n\n```ts\nimport { metadata, IconMetadata, IconName } from '15i';\n\n// Get metadata for a specific icon\nconst hamburgerMetadata = metadata.HamburgerMenuIcon;\nconsole.log(hamburgerMetadata.title); // \"Hamburger Menu\"\n\n// Type-safe icon names\nconst iconName: IconName = \"HamburgerMenuIcon\";```","readmeFilename":"README"}