{
  "name": "@proteccion-utils/command_management",
  "version": "0.1.1-alpha.0",
  "description": "Command management for services",
  "keywords": [
    "command",
    "mercurio",
    "splunk",
    "error",
    "handling"
  ],
  "author": "Jhon Anderson Monroy <jhon.monroy@pragma.com.co>",
  "homepage": "",
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "directories": {
    "dist": "dist",
    "src": "src",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://vostpmde37.proteccion.com.co:10443/GESTIONARMI_DEV/utils.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:compile",
    "build:clean": "rm -rf ./dist",
    "build:compile": "tsc -p tsconfig.build.json",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: run tests from root\" && exit 1"
  },
  "devDependencies": {
    "typescript": "^3.8.3"
  },
  "gitHead": "0d28a1dd62e6cfdc61dc36ea27d129d266b17a18"
}
