You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

64 lines
1.4 KiB
JSON

{
"name": "rocket.chat.realtime.api.rxjs",
"version": "0.0.0-development",
"description": "Abstraction for Utilizing Rocket.Chat's Realtime API Methods with RxJS",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"rxjs": "^5.4.1",
"uuid": "^3.1.0"
},
"devDependencies": {
"@types/crypto-js": "^3.1.33",
"@types/jest": "^23.1.1",
"@types/uuid": "^3.0.0",
"jest": "^23.1.0",
"mock-socket": "^7.1.0",
"ts-jest": "^22.4.6",
"typescript": "^2.3.4",
"semantic-release": "^15.13.3"
},
"scripts": {
"test": "jest --env=jsdom",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS.git"
},
"keywords": [
"Rocket.Chat",
"RealTime API",
"RxJS",
"Observable",
"Abstraction"
],
"author": "Viraj Trivedi <inf3cti0n95@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS/issues"
},
"homepage": "https://github.com/inf3cti0n95/Rocket.Chat.RealTime.API.RxJS#readme",
"jest": {
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"transform": {
"^.+\\.(ts|tsx)$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.json"
}
},
"testMatch": [
"**/__tests__/*.+(ts|tsx|js)"
]
}
}