{
  "name": "react-select-several",
  "version": "1.2.14",
  "description": "Customizable select and input field for React that enables users to select and input multiple options.",
  "repository": "https://github.com/uduma-sonia/react-select-several",
  "main": "build/index.js",
  "module": "build/index.es.js",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "rollup -c",
    "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
    "prettier": "prettier --write \"{src/src}/**/*.{js,ts,jsx,tsx}\""
  },
  "keywords": [
    "react",
    "typescript",
    "select",
    "dropdown",
    "input",
    "react-component",
    "react-select",
    "react-select-multi",
    "react-select-multiple",
    "react-input-multiple"
  ],
  "author": {
    "name": "Sonia Uduma",
    "email": "sohnyauduma@gmail.com"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^23.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@types/react": "^18.0.21",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "eslint": "^8.25.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.10",
    "eslint-plugin-react-hooks": "^4.6.0",
    "identity-obj-proxy": "^3.0.0",
    "postcss": "^8.4.18",
    "prettier": "^2.7.1",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "typescript": "^4.8.4",
    "typescript-plugin-css-modules": "^3.4.0"
  },
  "dependencies": {}
}