UNPKG

@holykzm/use-liff

Version:

A custom React hook and provider for LINE Frontend Framework (LIFF).

40 lines (39 loc) 844 B
{ "name": "@holykzm/use-liff", "version": "1.6.1", "description": "A custom React hook and provider for LINE Frontend Framework (LIFF).", "main": "./dist/useLiff.js", "types": "./dist/useLiff.d.ts", "scripts": { "build": "tsc" }, "keywords": [ "liff", "line", "react", "hook", "provider", "mock" ], "author": "Kazuma Horiike", "license": "MIT", "dependencies": { "@line/liff": "^2.23.2", "react": "^18.2.0" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.67", "typescript": "^4.9.5" }, "repository": { "type": "git", "url": "git+https://github.com/holykzm/use-liff.git" }, "bugs": { "url": "https://github.com/holykzm/use-liff/issues" }, "homepage": "https://github.com/holykzm/use-liff#readme" }