UNPKG

@thrash-industries/react-actioncable-provider

Version:
70 lines (69 loc) 1.67 kB
{ "name": "@thrash-industries/react-actioncable-provider", "version": "4.0.4", "description": "ActionCable Provider for React", "main": "dist/index.js", "scripts": { "test": "jest --coverage", "test:watch": "jest --watch", "build": "babel lib/index.js --out-dir dist" }, "repository": { "type": "git", "url": "git+https://github.com/JackHowa/react-actioncable-provider" }, "keywords": [ "ActionCable", "react", "Rails", "WebSockets" ], "files": [ "dist/index.js" ], "author": "Li Jie <cpunion@gmail.com>", "contributors": [ "jackhowa <jackhowa@fastmail.com>", "hashwin" ], "license": "MIT", "bugs": { "url": "https://github.com/JackHowa/react-actioncable-provider/issues" }, "homepage": "https://github.com/JackHowa/react-actioncable-provider", "dependencies": { "actioncable": "^5.2.8", "prop-types": "^15.8.1", "react": "^16.9.0" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@babel/preset-react": "^7.24.7", "babel-jest": "^29.7.0", "babel-preset-minify": "^0.5.2", "chai": "^5.1.1", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.15.8", "jest": "^26.6.3", "react-dom": "^16.9.0", "react-test-renderer": "^16.9.0" }, "jest": { "verbose": true, "collectCoverageFrom": [ "lib/**/*.{js,jsx}" ], "coverageDirectory": "coverage", "setupFiles": [ "<rootDir>/config/setup.js" ], "testPathIgnorePatterns": [ "<rootDir>/(build|docs|node_modules)/" ] }, "directories": { "lib": "lib" } }