{
  "name": "react-liff",
  "version": "2.1.0",
  "private": false,
  "description": "A react context provider for LIFF (LINE Front-end Framework)",
  "keywords": [
    "react",
    "react-component",
    "liff",
    "line"
  ],
  "homepage": "https://github.com/epaew/react-liff",
  "repository": "git@github.com:epaew/react-liff",
  "license": "MIT",
  "author": "Ryo Maeda <epaew.333@gmail.com>",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "build": "tsc",
    "clean": "rimraf dist/*",
    "eslint": "eslint .",
    "eslint:fix": "eslint --fix .",
    "lint": "npm-run-all eslint prettier",
    "lint:fix": "npm-run-all eslint:fix prettier:fix",
    "prepack": "npm-run-all test clean build",
    "prettier": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "test": "jest",
    "test:ci": "jest --ci --coverage",
    "test:coverage": "jest --coverage",
    "typecheck": "tsc --noEmit"
  },
  "prettier": "@epaew/prettier-config",
  "devDependencies": {
    "@epaew/eslint-config": "https://github.com/epaew/eslint-config.git#master",
    "@epaew/prettier-config": "https://github.com/epaew/prettier-config.git#master",
    "@line/liff": ">=2.19.1 <3.0.0",
    "@testing-library/react": "^13.4.0",
    "@types/jest": "^29.2.3",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^18.0.25",
    "@typescript-eslint/eslint-plugin": "^5.44.0",
    "@typescript-eslint/parser": "^5.44.0",
    "eslint": "^8.28.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-import-resolver-typescript": "^3.5.2",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-filenames-simple": "^0.8.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-react": "^7.31.11",
    "eslint-plugin-react-hooks": "^4.6.0",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.0",
    "prop-types": "^15.7.2",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rimraf": "^3.0.2",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.3"
  },
  "peerDependencies": {
    "@line/liff": ">=2.19.1 <3.0.0",
    "prop-types": "*",
    "react": ">=18.0.0 <19.0.0",
    "react-dom": ">=18.0.0 <19.0.0"
  },
  "peerDependenciesMeta": {
    "@line/liff": {
      "optional": true
    }
  }
}
