{
  "name": "zephyr-import",
  "version": "2.1.0",
  "description": "Parsing JSON data and import it to Zephyr as reports of autoamtion testing!",
  "author": "lukaspollak",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "npx tsc",
    "start": "node dist/main.js",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lukaspollak/zephyr.git"
  },
  "keywords": [
    "zephyr",
    "jira",
    "testing",
    "reporting",
    "selenium",
    "protractor"
  ],
  "license": "ISC",
  "dependencies": {
    "atlassian-jwt": "~2.0.2",
    "express": "~4.17.1",
    "fs": "0.0.1-security",
    "load-config-file": "~1.0.8",
    "moment": "~2.29.4",
    "path": "~0.12.7",
    "request": "~2.88.2",
    "require": "~2.4.20",
    "zephyr-import": "~1.6.58"
  },
  "devDependencies": {
    "@types/express": "~4.17.13",
    "@types/node": "~16.11.47",
    "@types/uuid": "~8.3.4",
    "eslint-config-prettier": "~8.1.0",
    "eslint-plugin-prettier": "~3.3.1",
    "typescript": "^5.8.3"
  },
  "main": "dist/main.js",
  "bin": {
    "zephyr-import": "bin/zephyrimport"
  },
  "homepage": "https://github.com/lukaspollak/zephyr#readme",
  "publishConfig": {
    "@lukaspollak:registry": "https://npm.pkg.github.com"
  },
  "bugs": {
    "url": "https://github.com/lukaspollak/zephyr/issues"
  }
}
