{
  "name": "@berish/linq",
  "version": "1.3.0",
  "description": "LINQ - very usefull helper for working with arrays and collections",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "repository": "git@gitlab.com:berish/packages/berish-linq.git",
  "author": "Berishev Ravil <quadraticteam@gmail.com>",
  "license": "MIT",
  "private": false,
  "keywords": [
    "linq",
    "berish",
    "array",
    "collection",
    "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/**/*.ts\" \"src/**/*.js\"",
    "prepare": "npm run build",
    "prepublishOnly2": "npm test",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "files": [
    "build/**/*"
  ],
  "devDependencies": {
    "@faker-js/faker": "^9.5.0",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "prettier": "^3.5.2",
    "ts-jest": "^29.2.6",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "decimal.js": "^10.5.0"
  }
}
