{
  "name": "@nextunicorn/icons",
  "packageManager": "yarn@3.2.3",
  "version": "0.1.24",
  "main": "./lib/cjs/index.js",
  "module": "./lib/es/index.js",
  "typings": "./lib/es/index.d.ts",
  "homepage": "https://github.com/nextunicorn-inc/nu-packages",
  "bugs": "https://github.com/nextunicorn-inc/nu-packages/issues",
  "repository": "git://github.com/nextunicorn-inc/nu-packages.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "files": [
    "lib",
    "src",
    "dist"
  ],
  "sideEffects": [
    "./lib/es/index.js"
  ],
  "author": "Nextunicorn Inc",
  "engines": {
    "node": ">=16",
    "yarn": ">=1.22.4 <2",
    "npm": "Please use yarn instead of NPM to install dependencies"
  },
  "scripts": {
    "clean": "rimraf dist lib",
    "build:icon": "node ./scripts/build-icon ",
    "build:lib": "node ./scripts/compileLib.js",
    "build:js": "yarn build:lib && node ./scripts/compileDist.js",
    "build": "yarn clean && yarn build:js",
    "update": "yarn build && npm publish --access=public"
  },
  "dependencies": {
    "@babel/runtime-corejs3": "^7.19.0",
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4"
  },
  "devDependencies": {
    "@babel/core": "^7.19.0",
    "@babel/plugin-proposal-decorators": "^7.19.0",
    "@babel/plugin-transform-runtime": "^7.18.10",
    "@babel/preset-env": "^7.19.0",
    "@babel/preset-react": "^7.18.6",
    "@babel/runtime": "^7.19.0",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^14.1.0",
    "@rollup/plugin-typescript": "^8.5.0",
    "@types/babel__core": "^7",
    "@types/case-sensitive-paths-webpack-plugin": "^2",
    "@types/react": "^18.0.20",
    "@types/rollup-plugin-peer-deps-external": "^2",
    "babel-loader": "^8.2.5",
    "case-sensitive-paths-webpack-plugin": "^2.4.0",
    "del": "6.0.0",
    "gulp": "^4.0.2",
    "gulp-babel": "^8.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-sass": "^5.1.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "merge2": "^1.4.1",
    "rimraf": "^3.0.2",
    "rollup-plugin-dts": "^4.2.2",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-terser": "^7.0.2",
    "terser-webpack-plugin": "^5.3.6",
    "through2": "^4.0.2",
    "ts-loader": "^9.3.1",
    "typescript": "^4.8.3",
    "webpack": "^5.74.0"
  },
  "peerDependencies": {
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
  },
  "_unpkg": true,
  "unpkgFiles": [
    "*"
  ]
}
