{
  "name": "@loopback/core",
  "version": "4.0.0-alpha.8",
  "description": "",
  "scripts": {
    "acceptance": "mocha --opts ../../test/mocha.opts 'test/acceptance/**/*.ts'",
    "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-core*.tgz lib* package",
    "prepublish": "npm run build",
    "pretest": "npm run build",
    "integration": "mocha --opts ../../test/mocha.opts 'test/integration/**/*.ts'",
    "test": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts' 'test/integration/**/*.ts' 'test/acceptance/**/*.ts'",
    "unit": "mocha --opts ../../test/mocha.opts 'test/unit/**/*.ts'",
    "verify": "npm pack && tar xf loopback-core*.tgz && tree package && npm run clean"
  },
  "author": "IBM",
  "license": "MIT",
  "dependencies": {
    "@loopback/context": "^4.0.0-alpha.7",
    "@loopback/openapi-spec": "^4.0.0-alpha.5",
    "@types/bluebird": "^3.5.2",
    "@types/http-errors": "^1.5.34",
    "bluebird": "^3.5.0",
    "body": "^5.1.0",
    "debug": "^2.6.0",
    "http-errors": "^1.6.1",
    "path-to-regexp": "^1.7.0"
  },
  "devDependencies": {
    "@loopback/openapi-spec-builder": "^4.0.0-alpha.3",
    "@loopback/testlab": "^4.0.0-alpha.4",
    "mocha": "^3.2.0",
    "typescript": "^2.3.2"
  },
  "files": [
    "README.md",
    "index.js",
    "index.d.ts",
    "lib",
    "lib6"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/strongloop/loopback-next.git"
  }
}
