{ "name": "realtime.api.rxjs", "version": "0.0.0-development", "description": "Abstraction for Utilizing Realtime API Methods with RxJS", "main": "lib/index.js", "directories": { "lib": "lib" }, "dependencies": { "crypto-js": "^3.1.9-1", "rxjs": "^6.4.0", "uuid": "^3.1.0" }, "devDependencies": { "@types/crypto-js": "^3.1.33", "@types/jest": "^23.1.1", "@types/uuid": "^3.0.0", "codecov": "^3.2.0", "eslint": "^5.12.1", "eslint-config-airbnb": "^17.1.0", "eslint-config-prettier": "^3.6.0", "eslint-plugin-prettier": "^3.0.1", "husky": "^1.3.1", "jest": "^23.1.0", "mock-socket": "^7.1.0", "prettier": "^1.16.1", "pretty-quick": "^1.10.0", "semantic-release": "^15.13.25", "ts-jest": "^22.4.6", "typescript": "^2.3.4" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "scripts": { "test": "jest --env=jsdom --notify", "semantic-release": "semantic-release", "build": "npx tsc -p tsconfig.json", "codecov": "codecov" }, "repository": { "type": "git", "url": "http://8.222.156.46:3000/Haina/RealTime.API.js.git" }, "keywords": [ "Rocket.Chat", "RealTime API", "RxJS", "Observable", "Abstraction" ], "author": "Viraj Trivedi ", "license": "MIT", "bugs": { "url": "http://8.222.156.46:3000/Haina/RealTime.API.js/issues" }, "homepage": "http://8.222.156.46:3000/Haina/RealTime.API.js/src/branch/master/README.md", "jest": { "moduleFileExtensions": [ "ts", "tsx", "js" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, "globals": { "ts-jest": { "tsConfigFile": "tsconfig.json" } }, "testMatch": [ "**/tests/*.+(ts|tsx|js)" ], "coverageDirectory": "./coverage/", "collectCoverage": true } }