{
  "name": "@fluentui/react-icons-northstar",
  "description": "A set svg icons and utilities for creating custom ones.",
  "version": "0.51.0",
  "bugs": "https://github.com/microsoft/fluentui/issues",
  "dependencies": {
    "@babel/runtime": "^7.10.4",
    "@fluentui/accessibility": "^0.51.0",
    "@fluentui/react-bindings": "^0.51.0",
    "@fluentui/styles": "^0.51.0",
    "classnames": "^2.2.6"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/classnames": "^2.2.9",
    "@types/node": "^10.3.2",
    "@types/react": "16.8.25",
    "@types/react-is": "^16.7.1",
    "@uifabric/build": "^7.0.0",
    "lerna-alias": "^3.0.3-0",
    "react": "16.8.6",
    "react-is": "^16.6.3",
    "typescript": "3.7.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/microsoft/fluentui/tree/master/packages/fluentui/react-icons-northstar",
  "jsnext:main": "dist/es/index.js",
  "license": "MIT",
  "main": "dist/commonjs/index.js",
  "module": "dist/es/index.js",
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": "microsoft/fluentui.git",
  "scripts": {
    "build": "gulp bundle:package:no-umd",
    "clean": "gulp bundle:package:clean",
    "lint": "eslint --ext .js,.ts,.tsx .",
    "lint:fix": "yarn lint --fix",
    "test": "gulp test",
    "test:watch": "gulp test:watch"
  },
  "sideEffects": false,
  "types": "dist/es/index.d.ts"
}
