{
  "name": "@nearform/trail",
  "version": "2.0.0",
  "description": "Audit trail logging service",
  "license": "MIT",
  "author": "nearForm Ltd",
  "contributors": [
    "Paolo Insogna (https://github.com/ShogunPanda)"
  ],
  "homepage": "https://github.com/nearform/trail#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nearform/trail.git"
  },
  "bugs": {
    "url": "https://github.com/nearform/trail/issues"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "scripts": {
    "depcheck": "lerna run depcheck",
    "doc:lint": "remark .",
    "coverage": "lerna run coverage",
    "lint": "standard",
    "outdated:all": "npm outdated || echo 'Outdated packages found.'; lerna exec \"npm outdated || echo 'Outdated packages found.'\"",
    "pg:init": "cd packages/trail-core && npm run pg:init",
    "pg:test:init": "cd packages/trail-core && npm run pg:test:init",
    "pg:travis:init": "cd packages/trail-core && npm run pg:travis:init",
    "pg:migrate": "cd packages/trail-core && npm run pg:migrate",
    "postinstall": "lerna bootstrap",
    "sanity:environment": "npm run doc:lint && npm run lint && npm run depcheck",
    "sanity": "npm run sanity:environment && npm run test",
    "start": "cd packages/trail-hapi-server && npm run start",
    "test": "lerna run test"
  },
  "devDependencies": {
    "depcheck": "^0.6.9",
    "husky": "^1.0.0-rc.2",
    "lerna": "^2.11.0",
    "remark-cli": "^5.0.0",
    "remark-lint": "^6.0.1",
    "remark-preset-lint-recommended": "^3.0.1",
    "standard": "^11.0.1",
    "swagger-gen": "^1.1.3"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  },
  "standard": {
    "ignore": [
      "docs/*"
    ]
  },
  "husky": {
    "hooks": {
      "pre-push": "npm run sanity"
    }
  },
  "workspaces": [
    "packages/*"
  ]
}
