{
  "name": "@shusen73/react-trafficlight",
  "version": "5.2.2",
  "description": "Traffic light component for React.",
  "repository": "shusen73/react-trafficlight",
  "license": "MIT",
  "author": "shusen73",
  "source": "src/TrafficLight.js",
  "main": "dist/TrafficLight.js",
  "module": "dist/TrafficLight.module.js",
  "unpkg": "dist/TrafficLight.umd.js",
  "amdName": "trafficlight",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "component",
    "trafficlight",
    "traffic",
    "light"
  ],
  "scripts": {
    "clean": "git clean -fdX .",
    "build": "microbundle --jsx React.createElement --globals react=React,prop-types=PropTypes"
  },
  "peerDependencies": {
    "prop-types": "^15.5.4",
    "react": "^15.0.0 || ^16.0.0"
  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.1.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^2.5.0",
    "microbundle": "^0.11.0",
    "prop-types": "^15.7.2",
    "react": "^16.13.1"
  }
}
