{
  "name": "react-text-overflow-ellipsis-with-tail",
  "version": "1.0.1",
  "description": "React component that works as text-overflow: ellipsis style with possibility to display some text on the tail",
  "main": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/rumyantsevamary/react-text-overflow-ellipsis-with-tail"
  },
  "keywords": [
    "react",
    "text-overflow",
    "overflow-ellipsis"
  ],
  "license": "MIT",
  "scripts": {
    "build": "webpack",
    "test": "jest"
  },
  "author": "Maria Rumiantseva",
  "bugs": {
    "url": "https://github.com/rumyantsevamary/react-text-overflow-ellipsis-with-tail"
  },
  "jest": {
    "testEnvironment": "jest-environment-jsdom",
    "moduleNameMapper": {
      "\\.(css|less)$": "identity-obj-proxy"
    }
  },
  "peerDependencies": {
    "prop-types": "^15.8.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2"
  },
  "devDependencies": {
    "@babel/preset-env": "7.18.6",
    "@babel/preset-react": "7.18.6",
    "@testing-library/jest-dom": "5.16.4",
    "@testing-library/react": "12.1.5",
    "babel-core": "6.21.0",
    "babel-jest": "28.1.2",
    "babel-loader": "8.2.5",
    "babel-preset-env": "1.6.1",
    "babel-preset-react": "6.24.1",
    "css-loader": "3.5.1",
    "identity-obj-proxy": "3.0.0",
    "jest": "28.1.2",
    "jest-environment-jsdom": "28.1.2",
    "path": "0.12.7",
    "prop-types": "15.8.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "style-loader": "1.1.3",
    "webpack": "5.73.0",
    "webpack-cli": "4.10.0"
  }
}
