{
  "name": "@loopback/testlab",
  "description": "A collection of test utilities we use to write LoopBack tests.",
  "version": "7.0.11",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "author": "IBM Corp. and LoopBack contributors",
  "copyright.owner": "IBM Corp. and LoopBack contributors",
  "repository": {
    "type": "git",
    "url": "https://github.com/loopbackio/loopback-next.git",
    "directory": "packages/testlab"
  },
  "engines": {
    "node": "18 || 20 || 22"
  },
  "scripts": {
    "build": "lb-tsc",
    "clean": "lb-clean loopback-testlab*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "lb-mocha \"dist/__tests__/**/*.js\"",
    "verify": "npm pack && tar xf loopback-testlab*.tgz && tree package && npm run clean"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "README.md",
    "dist",
    "fixtures",
    "should-as-function.d.ts",
    "src",
    "!*/__tests__"
  ],
  "dependencies": {
    "@hapi/shot": "^6.0.1",
    "@types/express": "^4.17.21",
    "@types/fs-extra": "^11.0.4",
    "@types/shot": "^4.0.5",
    "@types/sinon": "^17.0.4",
    "@types/supertest": "^2.0.16",
    "express": "^4.21.2",
    "fs-extra": "^11.3.0",
    "oas-validator": "^5.0.8",
    "should": "^13.2.3",
    "sinon": "^19.0.2",
    "supertest": "^7.0.0",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@loopback/build": "^11.0.10",
    "@loopback/eslint-config": "^15.0.5",
    "@types/node": "^16.18.126"
  },
  "gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7"
}
