@reshuffle/monday-redis-service
Version:
Reshuffle service for mirroring Monday to Redis
57 lines (56 loc) • 1.65 kB
JSON
{
"name": "@reshuffle/monday-redis-service",
"version": "0.0.23",
"description": "Reshuffle service for mirroring Monday to Redis",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc -b tsconfig.json",
"build:watch": "rimraf dist && tsc -b tsconfig.json -w",
"clean": "rimraf dist node_modules package-lock.json",
"lint": "eslint . --ext .ts,.js --fix",
"prepublishOnly": "rimraf dist && tsc",
"prepare": "rimraf dist && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reshufflehq/reshuffle-monday-redis-service.git"
},
"bugs": {
"url": "https://github.com/reshufflehq/reshuffle-monday-redis-service/issues"
},
"homepage": "https://github.com/reshufflehq/reshuffle-monday-redis-service#readme",
"keywords": [
"redis",
"cache",
"database",
"mirror",
"monday",
"integrations",
"reshuffle",
"services",
"workflows"
],
"author": "Avner Braverman",
"license": "MIT",
"dependencies": {
"reshuffle-base-connector": "0.0.11",
"reshuffle-monday-connector": "^0.0.19",
"reshuffle-redis-connector": "^0.0.1"
},
"devDependencies": {
"@types/async-redis": "^1.1.1",
"@types/express": "^4.17.9",
"@types/node": "^14.14.11",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"eslint": "^7.15.0",
"eslint-config-prettier": "^7.0.0",
"eslint-plugin-prettier": "^3.2.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
}
}