{
  "name": "@trybe/flipt-react",
  "version": "0.0.5",
  "description": "",
  "main": "./dist/index.js",
  "types": "./types/index.d.ts",
  "dependencies": {
    "@trybe/flipt-sdk": "^0.0.3",
    "lodash": "^4.17.21"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@testing-library/react-hooks": "^7.0.2",
    "@types/lodash": "^4.14.173",
    "@types/react": "^17.0.20",
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.25.1",
    "jest": "^27.1.1",
    "prettier": "^2.4.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup": "^2.56.3",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "tslib": "^2.3.1"
  },
  "scripts": {
    "test": "npm run test:lint && npm run test:unit",
    "test:lint": "eslint \"*/**/*.{ts,js,json}\"",
    "test:unit": "jest",
    "build": "rollup --config ./config/rollup.config.js"
  }
}