{
  "name": "@codedreams/helpers",
  "version": "0.0.1",
  "description": "Code Dreams helpers",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/acodedreams/helpers.git"
  },
  "keywords": [
    "codedreams"
  ],
  "author": "Code Dreams <contato@codedreams.com.br>",
  "license": "MIT",
  "private": false,
  "scripts": {
    "test": "jest",
    "lint": "eslint '*/**/*.{js,ts,tsx}' --fix",
    "pretty": "prettier --config ./.prettierrc.js --write \"src/**/*.ts\"",
    "clean": "rm -rf ./node_modules && yarn install",
    "build": "yarn lint && yarn test && rollup -c && yarn build:native",
    "build:native": "node scripts/moveNativeDirectories.js",
    "prepare": "yarn build",
    "precommit": "yarn lint",
    "postversion": "git push && git push --tags",
    "version:patch": "npm version patch",
    "version:minor": "npm version minor",
    "version:major": "npm version major"
  },
  "lint-staged": {
    "*.{ts,js}": [
      "yarn pretty",
      "yarn lint",
      "yarn test",
      "git add ."
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "peerDependencies": {
    "react-native": ">=0.63.2",
    "react-native-haptic": ">=1.0.1",
    "react-native-size-matters": ">=0.3.0"
  },
  "dependencies": {
    "lodash": "^4.17.20",
    "moment": "^2.28.0",
    "numeral": "^2.0.6",
    "react": "^16.13.1",
    "react-dom": "^16.13.1"
  },
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-transform-flow-strip-types": "^7.10.4",
    "@babel/plugin-transform-object-assign": "^7.10.4",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/runtime": "^7.11.2",
    "@types/enzyme": "^3.10.6",
    "@types/enzyme-adapter-react-16": "^1.0.6",
    "@types/jest": "^26.0.14",
    "@types/lodash": "^4.14.161",
    "@types/moment": "^2.13.0",
    "@types/numeral": "^0.0.28",
    "@types/react": "^16.9.49",
    "@types/react-dom": "^16.9.8",
    "@types/react-native": "^0.63.19",
    "@typescript-eslint/eslint-plugin": "^4.1.1",
    "@typescript-eslint/parser": "^4.1.1",
    "babel-jest": "^26.3.0",
    "babel-plugin-module-resolver": "^4.0.0",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.4",
    "eslint": "^7.9.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-airbnb-typescript": "^10.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^24.0.1",
    "eslint-plugin-json": "^2.1.2",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.20.6",
    "eslint-plugin-react-hooks": "^4.1.2",
    "eslint-plugin-sonarjs": "^0.5.0",
    "husky": "^4.3.0",
    "jest": "^26.4.2",
    "jest-environment-node": "^26.3.0",
    "jest-enzyme": "^7.1.2",
    "lint-staged": "^10.4.0",
    "mz": "^2.7.0",
    "prettier": "^2.1.2",
    "react-native": "^0.63.2",
    "react-native-haptic": "^1.0.1",
    "react-native-size-matters": "^0.3.1",
    "rmfr": "^2.0.0",
    "rollup": "^2.27.1",
    "rollup-plugin-typescript2": "^0.27.2",
    "ts-jest": "^26.3.0",
    "typescript": "^4.0.2"
  }
}
