{
  "name": "@propellerads/tags-input",
  "version": "3.0.0",
  "main": "dist/index.js",
  "repository": "https://github.com/propellerads/ui-components",
  "author": "i.pasyuk@propellerads.net",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "@propellerads/error-label": "^2.3.0",
    "@propellerads/icon": "^3.4.0",
    "@propellerads/stylevariables": "^1.3.0",
    "lodash.isfunction": "^3.0.9",
    "react-select": "2.4.3",
    "styled-components": "^5.2.0"
  },
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "module": "dist/tags-input.esm.js",
  "devDependencies": {
    "@types/react": "^16.9.46",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.2",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "tsdx": "^0.13.2",
    "tslib": "^2.0.1",
    "typescript": "^3.9.7"
  }
}
