{
  "name": "react-jazzicon",
  "version": "1.0.4",
  "description": "React component for danfinlay/jazzicon",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && ./node_modules/.bin/tsc",
    "clean": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "test:types": "./node_modules/.bin/tsc --noEmit",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook -o docs-build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marcusmolchany/react-jazzicon.git"
  },
  "bugs": {
    "url": "https://github.com/marcusmolchany/react-jazzicon/issues"
  },
  "keywords": [
    "jazzicon",
    "react",
    "ethereum",
    "metamask"
  ],
  "author": "marcusmolchany",
  "license": "MIT",
  "dependencies": {
    "mersenne-twister": "^1.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.17.0",
    "@storybook/addon-actions": "^6.4.18",
    "@storybook/addon-essentials": "^6.4.18",
    "@storybook/addon-links": "^6.4.18",
    "@storybook/react": "^6.4.18",
    "@types/mersenne-twister": "^1.1.2",
    "babel-loader": "^8.2.3",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "typescript": "^4.5.5"
  },
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-dom": ">=17.0.0"
  }
}
