UNPKG

@react95/icons

Version:
65 lines (64 loc) 1.34 kB
{ "name": "@react95/icons", "version": "2.5.3", "description": "React95 icons gallery", "keywords": [ "React95", "icons", "windows95", "w95" ], "files": [ "cjs", "esm", "png", "svg", "types", "icons.css", "!**/*.tsbuildinfo" ], "author": "ggdaltoso <ggdaltoso@gmail.com>", "homepage": "https://react95.github.io/React95/", "license": "MIT", "main": "cjs/index.js", "unpkg": "icons.css", "exports": { ".": { "types": "./types/index.d.ts", "import": "./esm/index.js", "require": "./cjs/index.js" }, "./icons.css": "./icons.css", "./*": { "types": "./types/react/*.d.ts", "import": "./esm/react/*.js", "require": "./cjs/react/*.js" } }, "publishConfig": { "access": "public", "directory": "dist", "provenance": true }, "repository": { "type": "git", "url": "git+https://github.com/React95/React95.git", "directory": "packages/icons" }, "bugs": { "url": "https://github.com/React95/React95/issues" }, "nx": { "targets": { "nx-release-publish": { "executor": "@nx/js:release-publish", "options": { "packageRoot": "{projectRoot}/dist" } } } }, "module": "esm/index.js", "private": false, "types": "types/index.d.ts" }