{
  "engines": {
    "node": ">=10"
  },
  "name": "@jira-shell/core",
  "version": "1.0.5",
  "description": "",
  "author": "pbedat <pbedat@gmail.com>",
  "homepage": "https://gitlab.com/pbedat/jira-shell#readme",
  "license": "ISC",
  "main": "dist/index.js",
  "files": [
    "dist/**/*"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/pbedat/jira-shell.git"
  },
  "pirvate": false,
  "scripts": {
    "postinstall": "npm run build",
    "build": "tsc",
    "prepare": "npm run build",
    "lint": "tslint -c ../../tslint.json --project tsconfig.json",
    "test": "jest"
  },
  "types": "dist/index.d.ts",
  "bugs": {
    "url": "https://gitlab.com/pbedat/jira-shell/issues"
  },
  "dependencies": {
    "@types/dotenv": "^6.1.0",
    "@types/lodash": "^4.14.116",
    "@types/nock": "^9.3.0",
    "@types/node": "^8.10.30",
    "@types/table": "^4.0.5",
    "@types/test-console": "^1.1.0",
    "@types/yargs": "^12.0.1",
    "chalk": "^2.4.1",
    "cli-hyperlinks": "^0.2.6",
    "date-fns": "^2.0.0-alpha.21",
    "dotenv": "^6.0.0",
    "lodash": "^4.17.11",
    "node-fetch": "^2.6.0",
    "table": "^5.1.0",
    "ts-date": "^2.1.7",
    "ts-node": "^7.0.1",
    "typesafe-actions": "^2.0.4",
    "yargs": "^12.0.2"
  },
  "gitHead": "8de713010e3ccda13c191ef61afcb5984232feb1",
  "devDependencies": {
    "@types/node-fetch": "^2.3.7"
  }
}
