{ "version": "0.1.1", "repository": { "type": "git", "url": "git+https://github.com/re-rxjs/react-rxjs.git" }, "license": "MIT", "sideEffects": false, "module": "dist/utils.esm.js", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --coverage", "lint": "prettier --check README.md && tsdx lint src", "format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"", "prepare": "tsdx build" }, "peerDependencies": { "react": ">=16.8.0", "@react-rxjs/core": ">=0.1.0", "rxjs": ">=6" }, "prettier": { "printWidth": 80, "semi": false, "trailingComma": "all" }, "name": "@react-rxjs/utils", "author": "Josep M Sobrepere", "devDependencies": { "@react-rxjs/core": "0.1.2", "@testing-library/react": "^10.4.8", "@testing-library/react-hooks": "^3.4.1", "@types/jest": "^26.0.9", "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8", "jest-marbles": "^2.5.1", "react": "^16.13.1", "react-dom": "^16.13.1", "react-test-renderer": "^16.13.1", "rxjs": "^6.6.2", "tsdx": "^0.13.2", "tslib": "^2.0.1", "typescript": "^3.9.7" } }