{
  "name": "ilink-console-tools",
  "version": "0.1.10",
  "description": "Console ilink tools",
  "license": "MIT",
  "author": "EndyKaufman <admin@site15.ru>",
  "keywords": [
    "consul",
    "env",
    "sync",
    "files-to-consul",
    "env-to-consul",
    "files2consul",
    "env2consul",
    "consul-to-files",
    "consul-to-env",
    "consul2files",
    "consul2env",
    "cli",
    "ilink"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "postinstall": "npm i nestjs-console"
  },
  "bugs": {
    "url": "https://github.com/i-link-pro-team/ilink/issues"
  },
  "homepage": "https://github.com/i-link-pro-team/ilink",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/i-link-pro-team/ilink.git"
  },
  "maintainers": [
    {
      "name": "EndyKaufman",
      "email": "admin@site15.ru"
    }
  ],
  "bin": {
    "ilink": "./src/main.js",
    "ilink-console-tools": "./src/main.js"
  },
  "dependencies": {
    "log4js": "6.6.1",
    "nestjs-console": "8.0.0",
    "recursive-readdir": "2.2.2",
    "sort-paths": "1.1.1",
    "@nestjs/common": "9.1.4",
    "@nestjs/core": "9.1.4",
    "consul": "^1.0.1",
    "dotenv": "^16.0.2",
    "fast-deep-equal": "3.1.3",
    "lodash.mergewith": "4.6.2",
    "reflect-metadata": "0.1.13",
    "rxjs": "7.1.0",
    "source-map-support": "0.5.21",
    "tslib": "2.0.0"
  },
  "peerDependencies ": {
    "log4js": "6.6.1",
    "nestjs-console": "8.0.0",
    "recursive-readdir": "2.2.2",
    "sort-paths": "1.1.1",
    "@nestjs/common": "8.2.4",
    "@nestjs/core": "8.2.4",
    "consul": "^1.0.1",
    "dotenv": "^16.0.2",
    "fast-deep-equal": "3.1.3",
    "lodash.mergewith": "4.6.2",
    "reflect-metadata": "0.1.13",
    "rxjs": "7.1.0",
    "source-map-support": "0.5.21",
    "tslib": "2.0.0"
  },
  "i18n": [
    {
      "scope": "ilink-console-tools",
      "path": "src/i18n",
      "strategy": "join"
    }
  ],
  "main": "./src/index.js",
  "types": "./src/index.d.ts"
}
