{
  "name": "skyjt",
  "version": "0.9.156",
  "description": "skyjt",
  "main": "skyjt.js",
  "dependencies": {
    "axios": "^0.30.2",
    "babel-eslint": "^10.0.2",
    "cc-jt": "^0.1.25",
    "cheerio": "^1.0.0-rc.3",
    "clipboardy": "^2.3.0",
    "commander": "^2.20.3",
    "cz-jt": "^0.1.7",
    "download-git-repo": "^3.0.2",
    "eslint": "^9.37.0",
    "eslint-formatter-html-extended": "^1.0.2",
    "eslint-plugin-html": "^6.0.0",
    "ethers": "^5.6.4",
    "git-clone": "^0.2.0",
    "inquirer": "^12.10.0",
    "j2dir": "*",
    "j2sql": "*",
    "j2sql2": "^2.0.13",
    "meeko": "^1.8.239",
    "readline": "^1.3.0",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.9"
  },
  "devDependencies": {
    "conventional-changelog": "*",
    "npm-publish-bin": "^1.0.0",
    "standard": "*"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "eslintfix": "eslint ./jt.js --fix",
    "cz": "npm-publish-bin && conventional-changelog -p atom -i CHANGELOG.md -s -r 0 && git add . && git status && git cz",
    "push": "npm version patch && npm publish . && git push",
    "bug": "git add . && git commit -m:bug: && npm version patch && npm publish ."
  },
  "commandName": "dn | skyjt",
  "bin": {
    "sky": "bin/skyjt.js",
    "jt": "bin/skyjt.js",
    "dn": "bin/skyjt.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kongnet/sky.git"
  },
  "author": "Kongnet <9601698@qq.com>",
  "license": "BSD-2-Clause",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-jt"
    }
  },
  "standard": {
    "globals": [
      "$",
      "describe",
      "it",
      "define",
      "db"
    ],
    "ignore": []
  }
}
