UNPKG

@iore8655/react-bus

Version:

@iore8655/react-bus is a global/local state management by pub/sub

56 lines (55 loc) 1.71 kB
{ "name": "@iore8655/react-bus", "version": "0.2.7", "author": "sanggeun-choi", "homepage": "https://github.com/sanggeun-choi/react-bus", "description": "@iore8655/react-bus is a global/local state management by pub/sub", "keywords": [ "react", "state", "hooks", "react-bus" ], "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "tsc", "publish-react-bus": "npm publish --access public", "unpublish-react-bus": "npm unpublish @iore8655/react-bus -f" }, "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.1", "@babel/preset-env": "^7.10.1", "@babel/preset-react": "^7.10.1", "@testing-library/dom": "^7.7.0", "@testing-library/jest-dom": "^5.9.0", "@testing-library/react": "^10.0.4", "@testing-library/react-hooks": "^3.2.1", "jest": "^26.0.1", "lodash": "^4.17.15", "prettier": "^2.0.5", "react": "^16.13.1", "react-app-polyfill": "^1.0.6", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", "ts-jest": "^26.3.0", "typescript": "^4.0.2" }, "jest": { "setupFiles": [ "react-app-polyfill/ie9", "react-app-polyfill/stable", "react-app-polyfill/jsdom" ], "setupFilesAfterEnv": [ "<rootDir>/src/setup/setupTests.ts" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" } } }