react-mercure
Version:
React hook that make working with Mercure easy
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "react-mercure",
"version": "0.1.0",
"description": "React hook that make working with Mercure easy",
"main": "lib/index.js",
"scripts": {
"clean": "rm -rf lib/*",
"build": "yarn run clean && yarn run tsc",
"lint": "eslint --ext ts,tsx ./src",
"test": "jest",
"test:watch": "jest --watch"
},
"peerDependencies": {
"react": ">=16"
},
"devDependencies": {
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fabious/react-mercure.git"
},
"keywords": [
"react",
"hooks",
"mercure",
"eventsource",
"sse",
"server-sent",
"events"
],
"author": "Fabious",
"license": "MIT",
"bugs": {
"url": "https://github.com/Fabious/react-mercure/issues"
},
"homepage": "https://github.com/Fabious/react-mercure#readme"
}