{
  "version": "2.11.4",
  "name": "@cn-shell/jira",
  "description": "A Cloud Native extension for Jira",
  "main": "./dist/main.js",
  "bin": "",
  "files": [
    "dist/**/*"
  ],
  "lint-staged": {
    "**/*.js": [
      "prettier --write",
      "git add"
    ],
    "**/*.{json,md,yaml}": [
      "prettier --write",
      "git add"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "prettier": {
    "trailingComma": "all"
  },
  "scripts": {
    "build": "tsc",
    "format-ts": "prettier --write 'src/**/*.ts'",
    "format-js": "prettier --write 'dist/**/*.{js,ts}'",
    "format-misc": "prettier --write '**/*.{json,md,yaml}'",
    "install-bin": "npm install -g $(npm pack . | tail -1)",
    "test": "echo \"No tests\" && exit 0",
    "clean": "rm -rf ./dist",
    "prepare": "npm run clean && npm run format-ts && npm run format-misc && tsc",
    "prepublishOnly": "npm run format-js && npm test"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "keywords": [
    "Cloud",
    "Native ",
    "Application",
    "Extension",
    "Jira"
  ],
  "author": "Black Eye Technology",
  "license": "MIT",
  "devDependencies": {
    "husky": "^7.0.4",
    "lint-staged": "^12.3.7",
    "mocha": "^9.2.2",
    "prettier": "^1.19.1",
    "typescript": "^3.9.10"
  },
  "dependencies": {
    "@types/node": "^12.20.47",
    "cn-shell": "^2.26.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackeyetech/cns-jira.git"
  },
  "bugs": {
    "url": "https://github.com/blackeyetech/cns-jira/issues"
  },
  "homepage": "https://github.com/blackeyetech/cns-jira#readme"
}
