{
  "name": "@propellerads/text-max-lenght",
  "version": "3.0.0",
  "main": "dist/index.js",
  "module": "dist/text-max-lenght.esm.js",
  "files": [
    "dist"
  ],
  "repository": "https://github.com/propellerads/ui-components.git",
  "author": "i.pasyuk@propellerads.net",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/propellerads/ui-components/issues"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "homepage": "https://github.com/propellerads/ui-components#readme",
  "private": false,
  "dependencies": {
    "@propellerads/stylevariables": "^1.3.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.24",
    "@types/react-dom": "^17.0.9",
    "tsdx": "^0.13.3",
    "tslib": "^2.0.1",
    "typescript": "^4.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.2",
    "styled-components": "5.1.1"
  }
}
