{
  "name": "@ticmakers-react-native/login",
  "version": "1.1.1",
  "description": "TIC Makers - React Native Login",
  "main": "dist/index.js",
  "scripts": {
    "build": "rm -rf ./dist && tsc",
    "lint": "tslint -c tslint.json --project tsconfig.json",
    "prepare": "yarn lint && yarn build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tsdoc": "yarn tsdoc:api && yarn tsdoc:md",
    "tsdoc:api": "rm -rf ./docs/api && typedoc --options ./typedoc.js",
    "tsdoc:md": "rm -rf ./docs/md && typedoc --options ./typedoc.md.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/tic-makers/react-native/login.git"
  },
  "keywords": [
    "tic",
    "makers",
    "tic makers",
    "react",
    "native",
    "components",
    "base",
    "login",
    "welcome",
    "introduction",
    "intro",
    "facebook",
    "google"
  ],
  "author": "TIC Makers <info@ticmakers.com>",
  "license": "BSD-3-Clause",
  "homepage": "https://gitlab.com/tic-makers/react-native/login#readme",
  "dependencies": {
    "@ticmakers-react-native/button": "^1.0.5",
    "@ticmakers-react-native/core": "^1.0.4",
    "@ticmakers-react-native/flexbox": "^1.0.1",
    "@ticmakers-react-native/icon": "^1.0.1",
    "@ticmakers-react-native/image": "^1.0.2",
    "@ticmakers-react-native/input": "^1.0.1",
    "tinycolor2": "^1.4.1"
  },
  "peerDependencies": {
    "react": "^16.8.6",
    "react-native": "^0.58.6"
  },
  "devDependencies": {
    "@types/tinycolor2": "^1.4.1",
    "tslint": "^5.14.0",
    "tslint-config-airbnb": "^5.11.1",
    "tslint-react": "^4.0.0",
    "typedoc": "^0.14.2",
    "typedoc-plugin-markdown": "^1.2.0",
    "typescript": "^3.3.4000"
  }
}
