{
  "name": "utils-ok",
  "version": "2.0.0",
  "author": "smart_bear",
  "description": "useful utils",
  "keywords": [
    "utils"
  ],
  "main": "dist/index",
  "bin": {
    "utils-ok": "dist/bin/utils-ok.js"
  },
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yihuineng/utils-ok.git"
  },
  "dependencies": {
    "@alicloud/pop-core": "^1.8.0",
    "ali-oss": "^6.23.0",
    "commander": "^15.0.0",
    "compressing": "^2.1.1",
    "crypto-js": "^4.2.0",
    "csv": "^6.5.1",
    "form-data": "^4.0.5",
    "glob": "^13.0.6",
    "highlight.js": "^11.11.1",
    "hostile": "^1.4.0",
    "juice": "^12.1.0",
    "lodash": "^4.18.1",
    "marked": "^18.0.5",
    "mime-types": "^3.0.2",
    "minio": "^8.0.7",
    "moment": "^2.30.1",
    "mysql2": "^3.22.5",
    "node-rsa": "^2.0.0",
    "openai": "^6.42.0",
    "playwright": "^1.59.0",
    "playwright-core": "^1.59.0",
    "progress": "2.0.3",
    "reflect-metadata": "^0.2.2",
    "sequelize": "^6.37.8",
    "sequelize-typescript": "^2.1.6",
    "shelljs": "^0.10.0",
    "str-similar": "^1.0.2",
    "stream-wormhole": "^2.0.1",
    "string-similarity-js": "^2.1.4",
    "urllib": "^4.9.0",
    "uuid": "^14.0.0",
    "winston": "^3.19.0",
    "ws": "^8.21.0"
  },
  "optionalDependencies": {
    "aliyun-sdk": "^1.12.10",
    "ssh2": "^1.17.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/crypto-js": "^4.2.2",
    "@types/lodash": "^4.17.24",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.6.1",
    "@types/node-rsa": "^1.1.4",
    "@types/shelljs": "^0.8.15",
    "@types/ws": "^8.5.5",
    "@typescript-eslint/parser": "^8.61.0",
    "blacklint": "^1.0.0",
    "dotenv": "^17.4.2",
    "eslint": "^9.39.2",
    "eslint-config-egg": "^14.1.0",
    "husky": "^9.1.7",
    "mocha": "^10.8.2",
    "sequelize-cli": "^6.6.5",
    "ts-node": "^10.9.2",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "lint": "bin/utils-ok.ts proj-lint --blacklintDir 'test src bin' --testDir test",
    "lint:fix": "bin/utils-ok.ts proj-lint-fix",
    "test": "mocha 'test/**/*.test.ts'",
    "build": "npm run lint && ts-node -P tsconfig.build.json bin/build.ts",
    "husky:init": "husky",
    "prepublishOnly": "npm run build"
  },
  "license": "MIT"
}
