{
  "name": "serviceblend",
  "version": "0.2.11",
  "description": "blend service environments",
  "sideEffects": false,
  "keywords": [
    "serviceblend",
    "service",
    "blend"
  ],
  "homepage": "https://github.com/clayrisser/serviceblend",
  "bugs": {
    "url": "https://github.com/clayrisser/serviceblend/issues",
    "email": "email@clayrisser.com"
  },
  "license": "MIT",
  "author": {
    "name": "Clay Risser",
    "email": "email@clayrisser.com",
    "url": "https://clayrisser.com"
  },
  "files": [
    "es",
    "lib",
    "bin"
  ],
  "module": "es/index.js",
  "main": "lib/index.js",
  "bin": {
    "serviceblend": "bin/serviceblend.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/clayrisser/serviceblend"
  },
  "scripts": {
    "build": "make -s build",
    "clean": "make -s clean",
    "coverage": "make -s coverage",
    "format": "make -s format",
    "inc": "make -s inc",
    "lint": "make -s lint",
    "make": "make",
    "prepare": "make -s prepare",
    "purge": "make -s purge",
    "report": "make -s report",
    "spellcheck": "make -s spellcheck",
    "start": "make -s start",
    "test": "make -s test",
    "test:ui": "make test-ui",
    "test:watch": "make -s test-watch"
  },
  "dependencies": {
    "@babel/runtime": "^7.13.10",
    "@oclif/command": "^1.8.0",
    "@oclif/errors": "^1.3.4",
    "@oclif/plugin-autocomplete": "^0.3.0",
    "@oclif/plugin-help": "^3.2.2",
    "chalk": "^4.1.0",
    "color-hash": "^1.0.3",
    "core-js": "^3.9.1",
    "execa": "^5.0.0",
    "expand-home-dir": "^0.0.3",
    "fp-ts": "^2.9.5",
    "fs-extra": "^9.1.0",
    "glob": "^7.1.6",
    "handlebars": "^4.7.7",
    "io-ts": "^2.2.16",
    "lodash.get": "^4.4.2",
    "open": "^8.0.4",
    "open-terminal": "^0.1.11",
    "ora": "^5.4.0",
    "pm2": "^4.5.5",
    "tail": "^2.2.0",
    "yaml": "^1.10.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.10",
    "@babel/core": "^7.13.10",
    "@babel/node": "^7.13.12",
    "@babel/plugin-proposal-class-properties": "^7.13.0",
    "@babel/plugin-proposal-decorators": "^7.13.5",
    "@babel/plugin-proposal-optional-chaining": "^7.13.12",
    "@babel/plugin-transform-runtime": "^7.13.10",
    "@babel/preset-env": "^7.13.12",
    "@babel/preset-typescript": "^7.13.0",
    "@types/color-hash": "^1.0.0",
    "@types/fs-extra": "^9.0.9",
    "@types/glob": "^7.1.3",
    "@types/jest": "^26.0.22",
    "@types/node": "^14.14.36",
    "@types/tail": "^2.0.0",
    "@typescript-eslint/eslint-plugin": "^4.19.0",
    "@typescript-eslint/parser": "^4.19.0",
    "babel-loader": "^8.2.2",
    "babel-plugin-inline-import": "^3.0.0",
    "babel-plugin-macros": "^3.0.1",
    "babel-plugin-module-resolver": "^4.1.0",
    "babel-plugin-transform-typescript-metadata": "^0.3.2",
    "cloc": "^2.7.0",
    "cspell": "^5.3.9",
    "eslint": "^7.23.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-spellcheck": "^0.0.17",
    "jest": "^26.6.3",
    "jest-sonar-reporter": "^2.0.0",
    "lockfile-lint": "^4.6.2",
    "majestic": "^1.8.0",
    "prettier": "^2.2.1",
    "typescript": "^4.2.3",
    "webpack": "^5.28.0",
    "webpack-cli": "^4.5.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "eslintIgnore": [
    "dist",
    "es",
    "lib"
  ],
  "jest": {
    "testRegex": "((/(tests|__tests__)((/|/[^_.\n][^/\n]*(/[^_.\n][^/\n]+)*/)[^_.\n][^/\n]*))|((/|/.*/)(([^_.\n][^/\n]*.(spec|test))|(spec|test)))).[jt]sx?$",
    "testEnvironment": "node",
    "verbose": true,
    "testPathIgnorePatterns": [
      "<rootDir>/dist/",
      "<rootDir>/es/",
      "<rootDir>/lib/"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/tests/_setup.ts"
    ]
  },
  "jestSonar": {
    "reportPath": "node_modules/.tmp/reports",
    "reportFile": "test-report.xml",
    "indent": 4
  },
  "prettier": {
    "singleQuote": true,
    "trailingComma": "none"
  },
  "oclif": {
    "bin": "serviceblend",
    "commands": "./lib/commands",
    "plugins": [
      "@oclif/plugin-autocomplete",
      "@oclif/plugin-help"
    ]
  }
}
