{
  "name": "@knapsack-pro/core",
  "version": "8.0.0",
  "description": "Knapsack Pro Core library splits tests across CI nodes and makes sure that tests will run in optimal time on each CI node. This library gives core features like communication with KnapsackPro.com API. This library is a dependency for other projects specific for particular test runner.",
  "keywords": [
    "knapsack",
    "knapsack pro",
    "test suite parallelisation",
    "parallelisation",
    "testing",
    "test",
    "automation",
    "CI"
  ],
  "author": "Knapsack Pro <support@knapsackpro.com> (https://knapsackpro.com)",
  "contributors": [
    {
      "name": "Artur Trzop",
      "email": "arturtrzop@gmail.com"
    },
    {
      "name": "Rafał Trzop",
      "email": "rafaltrzop@gmail.com"
    }
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "tsc --watch",
    "build": "rm -rf lib && tsc",
    "lint": "npm run eslint:check && npm run prettier:check",
    "eslint:check": "eslint **/*.ts",
    "eslint:format": "eslint **/*.ts --fix",
    "prettier:check": "prettier --config .prettierrc.json --check .",
    "prettier:format": "prettier --config .prettierrc.json --write .",
    "test": "jest --verbose",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "files": [
    "/lib"
  ],
  "homepage": "https://knapsackpro.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/KnapsackPro/knapsack-pro-js.git"
  },
  "bugs": {
    "url": "https://github.com/KnapsackPro/knapsack-pro-js/issues"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "axios-retry": "^4.5.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "@eslint/eslintrc": "^3.2.0",
    "@eslint/js": "^9.16.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.1",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "^8.17.0",
    "eslint": "^9.16.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jest": "^28.9.0",
    "eslint-plugin-prettier": "^5.2.1",
    "jest": "^29.7.0",
    "prettier": "^3.4.2",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  }
}
