{
  "name": "boclips-api-client",
  "version": "115.0.0",
  "description": "Boclips API client",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "audit": "pnpm audit --audit-level critical --production",
    "compile": "tsc -p . --noEmit",
    "clean": "rm -rf dist/*",
    "build": "pnpm run clean && tsc",
    "link": "pnpm run build && cp package.json dist/ && npm link",
    "test": "npm-run-all test:unit test:client test:verify",
    "test:unit": "jest --runInBand --config jest.config.json",
    "test:client": "jest --runInBand --config jest.pact-config.json",
    "test:verify": "jest --runInBand --config jest.pact-verify-config.json",
    "lint": "eslint . --ext .js,.jsx,.ts,.tsx",
    "lint:fix": "pnpm run lint --fix && prettier --write ./**/*.ts",
    "check": "pnpm run compile && pnpm run lint && pnpm test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/boclips/boclips-api-client.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/boclips/boclips-api-client/issues"
  },
  "homepage": "https://github.com/boclips/boclips-api-client#readme",
  "devDependencies": {
    "@eslint/eslintrc": "^3.3.0",
    "@eslint/js": "^9.33.0",
    "@pact-foundation/pact": "^15.0.1",
    "@types/express": "^5.0.2",
    "@types/istanbul-lib-report": "^3.0.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^24.3.0",
    "@types/urijs": "^1.19.25",
    "@types/uuid": "^10.0.0",
    "@typescript-eslint/eslint-plugin": "^8.44.0",
    "@typescript-eslint/parser": "^8.44.0",
    "eslint": "^9.30.1",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.5.1",
    "globals": "^16.3.0",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^3.6.2",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.0",
    "tsconfig-paths-webpack-plugin": "^4.2.0",
    "typescript": "^5.8.2"
  },
  "dependencies": {
    "axios": "^1.12.2",
    "dayjs": "^1.11.13",
    "iso-3166-1": "^2.1.1",
    "urijs": "^1.19.11",
    "uuid": "^11.1.0"
  }
}
