{
  "name": "@berish/orm",
  "version": "0.10.1",
  "description": "ORM",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "repository": "git@gitlab.com:berish/packages/berish-orm.git",
  "author": "Berishev Ravil <quadraticteam@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "orm",
    "berish",
    "helper",
    "csharp",
    "dotnet",
    "tsql",
    "native",
    "js",
    "ts",
    "typescript",
    "standart",
    "Berishev",
    "Ravil",
    "Fartix",
    "quadraticteam",
    "jest",
    "package"
  ],
  "scripts": {
    "test": "jest --config jestconfig.json",
    "test:dev": "jest --config jestconfig.json --watch --verbose=false",
    "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/**/*"
  ],
  "devDependencies": {
    "@types/crypto-js": "^4.0.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/serber": "^1.3.0",
    "berish-guid": "^2.0.0",
    "berish-ringle": "^2.1.0",
    "crypto-js": "^4.0.0"
  }
}
