{
  "name": "beach-day",
  "description": "API integration testing as fun as a day on the beach",
  "license": "ISC",
  "version": "5.0.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/PepkorIT/beach-day.git"
  },
  "keywords": [
    "test",
    "jasmine",
    "tdd",
    "bdd",
    "frisby",
    "integration-testing",
    "jasmine",
    "nodejs",
    "postman",
    "testing"
  ],
  "scripts": {
    "test": "tsc && node ./dist/boot.js",
    "report": "tsc && node ./dist/src/reporter/test-report.js",
    "docs": "tsc && typedoc --ignoreCompilerErrors --excludeExternals --excludePrivate --options typedoc.json ./src"
  },
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "devDependencies": {
    "minami": "1.1.1",
    "mock-promises": "0.8.1",
    "typedoc": "0.16.9",
    "typescript": "3.4.5"
  },
  "dependencies": {
    "@types/form-data": "0.0.33",
    "@types/jasmine": "2.5.51",
    "@types/lodash": "4.14.157",
    "@types/mustache": "0.8.29",
    "@types/node": "10.17.27",
    "@types/node-sass": "4.11.0",
    "@types/request": "2.48.1",
    "@types/tv4": "1.2.28",
    "escape-html": "1.0.3",
    "jasmine": "2.6.0",
    "jasmine-spec-reporter": "4.1.0",
    "lodash": "4.17.19",
    "moment": "2.27.0",
    "mustache": "2.3.0",
    "node-sass": "4.13.1",
    "request": "2.88.0",
    "stringify-object": "2.4.0",
    "tv4": "1.3.0",
    "url-join": "1.1.0"
  }
}
