{
  "name": "bcs-banksigners-module",
  "version": "0.1.1",
  "description": "# Модуль, реализующий получение сущности bankSigners",
  "main": "index.js",
  "scripts": {
    "start": "npm run build",
    "clean": "rimraf coverage lib .cache",
    "build": "rimraf lib && npm run build-only",
    "build-only": "tsc -p tsconfig.release.json",
    "lint": "tsc -p ./tsconfig.json --noEmit && tslint --project ./tsconfig.json --config ./tslint.json",
    "lint-fix": "tslint --project ./tsconfig.json --config ./tslint.json --fix",
    "pretest": "npm run lint",
    "test": "TZ=UTC jest --coverage --passWithNoTests",
    "test-update": "TZ=UTC jest -u --coverage",
    "test-watch": "TZ=UTC jest -u --watchAll --coverage",
    "watch": "tsc -w -p tsconfig.release.json"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.gitlab.bcs.ru:BCS-EF2/bcs-userstories.git"
  },
  "keywords": [
    "edo",
    "dkbo",
    "bank-signers"
  ],
  "author": "bcs-ef-1",
  "license": "UNLICENSED",
  "dependencies": {},
  "peerDependencies": {
    "@bcs/sdk": "^0.9.0",
    "@devexperts/remote-data-ts": "^0.5.0",
    "fp-ts": "^1.13.0",
    "localforage": "^1.7.3",
    "ramda": "^0.26.1",
    "redux": "^4.0.1",
    "redux-saga": "^1.0.1",
    "reselect": "^4.0.0"
  },
  "devDependencies": {
    "@bcs/sdk": "^0.9.0",
    "@devexperts/remote-data-ts": "^0.5.0",
    "@types/jest": "^23.3.13",
    "@types/mocha": "^5.2.5",
    "@types/ramda": "^0.25.50",
    "@types/react": "^16.8.5",
    "@types/reselect": "^2.2.0",
    "fp-ts": "^1.13.0",
    "husky": "^1.3.1",
    "jest": "^23.6.0",
    "jest-config": "^23.6.0",
    "localforage": "^1.7.3",
    "ramda": "^0.26.1",
    "redux": "^4.0.1",
    "redux-saga": "^1.0.1",
    "reselect": "^4.0.0",
    "rimraf": "^2.6.3",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.1",
    "tslint-react": "^3.6.0",
    "tslint-sonarts": "^1.9.0",
    "typescript": "^3.2.4"
  }
}