{
  "name": "@propellerads/input-checkbox",
  "version": "2.3.1",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "author": "i.pasyuk@propellerads.net",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "prepublishOnly": "tsdx build",
    "start": "tsdx watch",
    "build": "tsdx build"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "module": "dist/input-checkbox.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"
  },
  "dependencies": {
    "@propellerads/icon": "^3.4.0",
    "@propellerads/stylevariables": "^1.3.0",
    "styled-components": "^5.1.1"
  }
}
