{
  "name": "@tib/testlab",
  "version": "3.5.0",
  "description": "A collection of test utilities we use to write Tib tests.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=10.16"
  },
  "scripts": {
    "build": "tib-tsc",
    "clean": "tib-clean tib-testlab*.tgz dist *.tsbuildinfo package",
    "pretest": "npm run build",
    "test": "tib-mocha \"dist/__tests__/**/*.js\"",
    "verify": "npm pack && tar xf tib-testlab*.tgz && tree package && npm run clean"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@hapi/shot": "^5.0.4",
    "@types/express": "^4.17.8",
    "@types/fs-extra": "^9.0.1",
    "@types/shot": "^4.0.0",
    "@types/sinon": "^9.0.8",
    "@types/supertest": "^2.0.10",
    "express": "^4.17.1",
    "fs-extra": "^9.0.1",
    "oas-validator": "^5.0.2",
    "should": "^13.2.3",
    "sinon": "^9.2.0",
    "supertest": "^5.0.0",
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@tib/build": "^6.4.0",
    "@tib/eslint-config": "^8.3.0",
    "@types/node": "^14.11.8"
  },
  "files": [
    "README.md",
    "dist",
    "fixtures",
    "should-as-function.d.ts",
    "src",
    "!*/__tests__"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/tibjs/framework.git",
    "directory": "packages/testlab"
  },
  "gitHead": "75203d652406b3fb7c4536a0c48ae8239f3748de"
}
