{
  "name": "react-principal",
  "version": "1.1.5",
  "description": "A state management with react context for apps which using hooks.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "prepare": "yarn build",
    "build": "rm -rf ./lib && tsc",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "eslint-fix": "eslint src/**/*.ts --fix",
    "prettier-fix": "prettier --write \"**/*.{ts,tsx}\"",
    "release": "auto shipit",
    "release-canary": "auto canary"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/poolkhord/react-principal.git"
  },
  "keywords": [
    "react-native",
    "react-native-web",
    "calendar",
    "jalali"
  ],
  "author": "Hossein mohammadi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/poolkhord/react-principal/issues"
  },
  "homepage": "https://github.com/poolkhord/react-principal#readme",
  "devDependencies": {
    "@commitlint/config-conventional": "^8.3.4",
    "@react-native-community/eslint-config": "1.1.0",
    "@testing-library/react-hooks": "3.2.1",
    "@testing-library/react-native": "5.0.3",
    "@types/invariant": "^2.2.33",
    "@types/jest": "25.2.3",
    "@types/react": "16.9.34",
    "@types/react-native": "0.62.18",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^2.20.0",
    "babel-jest": "^24.9.0",
    "babel-preset-react-native": "^4.0.1",
    "commitlint": "^8.3.5",
    "cross-env": "^7.0.0",
    "eslint": "7.3.1",
    "eslint-plugin-prettier": "3.1.4",
    "husky": "^4.2.3",
    "jest": "26.0.1",
    "prettier": "2.0.5",
    "prettier-plugin-jsdoc": "^0.0.22",
    "react": "16.13.1",
    "react-art": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-native": "0.62.2",
    "react-native-web": "^0.12.1",
    "react-scripts": "^3.4.0",
    "react-test-renderer": "16.13.1",
    "ts-jest": "25.5.1",
    "typescript": "3.9.7"
  },
  "peerDependencies": {
    "react": ">=16.12",
    "react-native": ">=0.61"
  },
  "dependencies": {
    "invariant": "^2.2.4"
  },
  "husky": {
    "hooks": {
      "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
      "pre-commit": "yarn lint && yarn test"
    }
  },
  "files": [
    "lib"
  ]
}
