{
  "name": "@loopback/testlab",
  "version": "4.0.0-alpha.4",
  "description": "A collection of test utilities we use to write LoopBack tests.",
  "scripts": {
    "build": "npm run build:lib && npm run build:lib6",
    "build:lib": "node ../../bin/compile-package es2017",
    "build:lib6": "node ../../bin/compile-package es2015",
    "clean": "rm -rf loopback-testlab*.tgz lib* package",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "test": "mocha",
    "verify": "npm pack && tar xf loopback-testlab*.tgz && tree package && npm run clean"
  },
  "author": "IBM",
  "license": "MIT",
  "devDependencies": {
    "mocha": "^3.3.0",
    "typescript": "^2.2.2"
  },
  "dependencies": {
    "@types/shot": "^3.4.0",
    "@types/sinon": "^1.16.34",
    "@types/supertest": "^2.0.0",
    "shot": "^3.4.0",
    "should": "^11.2.1",
    "sinon": "^1.17.7",
    "supertest": "^3.0.0"
  },
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "lib",
    "lib6",
    "should-as-function.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-next.git"
  }
}
