{
  "name": "sierra",
  "version": "0.6.0-rc1.5",
  "description": "A service framework for Node.js.",
  "repository": "https://www.github.com/sjohnsonaz/sierra.git",
  "license": "MIT",
  "author": "Sean Johnson <sjohnson@sjohnsonaz.com>",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "start": "tsc-watch --onSuccess \"node --inspect=0.0.0.0 ./dist/examples/SierraTest.js\"",
    "build": "tsc",
    "clean": "rimraf ./dist",
    "prepublishOnly": "rimraf ./dist && tsc --declaration",
    "test": "npm run lint && npm run unit",
    "unit": "jest --verbose --coverage",
    "lint": "eslint 'src/**/*.ts' --fix",
    "watch": "tsc --watch --declaration",
    "docs": "docsify serve docs"
  },
  "dependencies": {
    "@cardboardrobots/console-style": "0.0.1",
    "@cardboardrobots/pipeline": "0.0.3",
    "reflect-metadata": "0.1.13"
  },
  "devDependencies": {
    "@cardboardrobots/test-util": "0.0.0",
    "@shopify/eslint-plugin": "40.1.0",
    "@types/handlebars": "4.1.0",
    "@types/jest": "26.0.21",
    "@types/node": "14.14.35",
    "@types/supertest": "2.0.10",
    "@typescript-eslint/eslint-plugin": "^4.21.0",
    "@typescript-eslint/parser": "^4.21.0",
    "docsify-cli": "4.4.3",
    "eslint": "^7.23.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-prettier": "^3.3.1",
    "handlebars": "4.7.7",
    "jest": "26.6.3",
    "rimraf": "3.0.2",
    "supertest": "6.1.3",
    "ts-jest": "26.5.4",
    "tsc-watch": "4.2.9",
    "typescript": "4.2.4"
  },
  "keywords": [
    "service",
    "framework",
    "node",
    "middleware",
    "routing",
    "router"
  ],
  "jest": {
    "preset": "ts-jest",
    "testPathIgnorePatterns": [
      "<rootDir>/dist/"
    ]
  }
}
