{
  "name": "@berish/rfp",
  "version": "0.11.10",
  "description": "Binary secure transport organization protocol for peer communication using function fingerprints",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "repository": "git@gitlab.com:berish/packages/berish-rfp.git",
  "author": "Berishev Ravil <quadraticteam@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "binary",
    "rfp",
    "secure",
    "transport",
    "protocol",
    "peer",
    "fingerprints",
    "function",
    "communication",
    "berish",
    "helper",
    "native",
    "js",
    "ts",
    "typescript",
    "standart",
    "Berishev",
    "Ravil",
    "Fartix",
    "Finance",
    "quadraticteam",
    "jest",
    "package"
  ],
  "scripts": {
    "test:a": "jest --config jestconfig.json",
    "test": "echo test",
    "test:dev": "jest --config jestconfig.json --watch --verbose=false",
    "build": "rm -rf build && tsc -p .",
    "format": "prettier --write \"src/**/*.(t|j)s\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "build/**/*"
  ],
  "peerDependencies": {
    "@berish/stateful": "^0.2.1"
  },
  "devDependencies": {
    "@berish/stateful": "^0.2.1",
    "@types/faker": "^5.1.3",
    "@types/jest": "^26.0.15",
    "@types/node": "^14.14.5",
    "faker": "^5.1.0",
    "jest": "^26.6.1",
    "prettier": "^2.1.2",
    "ts-jest": "^26.4.3",
    "tslint": "^6.1.3",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^4.0.5"
  },
  "dependencies": {
    "@berish/class": "^1.0.2",
    "@berish/emitter": "^1.4.1",
    "@berish/linq": "^1.1.0",
    "@berish/pathof": "^1.1.0",
    "@berish/serber": "^1.5.0",
    "berish-guid": "^2.0.0",
    "cbor": "^5.1.0",
    "cbor-js": "^0.1.0",
    "function-arguments": "^1.0.9"
  }
}
