{
  "name": "berish-pathof",
  "version": "1.0.0",
  "description": "Контроль доступа к полям определенного объекта по динамическому ключу",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "repository": "https://gitlab.com/berish/packages/berish-pathof",
  "author": "Berishev Ravil <quadraticteam@gmail.com>",
  "license": "Apache License 2.0",
  "private": false,
  "scripts": {
    "test": "jest --config jestconfig.json",
    "test:watch": "jest --config jestconfig.json --watch --verbose=false",
    "build": "tsc -p .",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "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"
  },
  "devDependencies": {
    "@types/faker": "^4.1.4",
    "@types/jest": "^23.3.10",
    "faker": "^4.1.0",
    "jest": "^23.6.0",
    "prettier": "^1.15.3",
    "ts-jest": "^23.10.5",
    "tslint": "^5.12.0",
    "tslint-config-prettier": "^1.17.0",
    "typescript": "^3.2.2"
  },
  "files": [
    "build/**/*"
  ],
  "dependencies": {}
}
