{
  "name": "nsuite",
  "version": "0.1.0",
  "description": "Your missing nodejs development suite!",
  "type": "module",
  "keywords": [
    "env",
    "path",
    "file",
    "logger",
    "captcha",
    "summary",
    "promise",
    "ssh",
    "type",
    "debug",
    "qiniu-oss",
    "ali-oss"
  ],
  "main": "./lib/index.mjs",
  "types": "./dist/lib/index.d.mts",
  "imports": {
    "#lib/*": "./lib/*.mjs",
    "#test/*": "./test/*.mts"
  },
  "exports": {
    ".": {
      "types": "./dist/lib/index.d.mts",
      "import": "./lib/index.mjs"
    }
  },
  "files": [
    "dist/lib",
    "lib",
    "package.json",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yakima-Teng/nsuite.git"
  },
  "license": "MIT",
  "homepage": "https://www.verysites.com/docs/nsuite",
  "author": {
    "name": "Yakima",
    "email": "yakima.public@gmail.com",
    "url": "https://www.orzzone.com"
  },
  "scripts": {
    "postinstall": "patch-package",
    "lint": "npx prettier . --write && eslint --fix ./",
    "test": "node test/index.mts",
    "ts:check:watch": "npx tsc --noEmit --watch",
    "build": "npx rimraf dist && npx tsc && npx rimraf dist/test, dist/build",
    "lintTestAndBuild": "npm run lint && npm run test && npm run build",
    "docs:build": "npx jsdoc --package ./package.json --configure ./jsdoc.json",
    "docs:deploy": "node ./build/deploy-docs.mts",
    "docs:buildAndDeploy:int": "npm run lint && npm run docs:build && cross-env MODE=int npm run docs:deploy",
    "docs:buildAndDeploy:pre": "npm run lint && npm run docs:build && cross-env MODE=pre npm run docs:deploy",
    "docs:buildAndDeploy:production": "npm run lint && npm run docs:build && cross-env MODE=production npm run docs:deploy"
  },
  "devDependencies": {
    "@eslint/js": "9.21.0",
    "@types/archiver": "6.0.3",
    "@types/fs-extra": "11.0.4",
    "@types/object-inspect": "1.13.0",
    "@types/unzipper": "0.10.11",
    "cross-env": "10.0.0",
    "docdash": "2.0.2",
    "eslint": "9.21.0",
    "eslint-config-prettier": "10.0.2",
    "globals": "16.0.0",
    "jsdoc": "4.0.4",
    "jsdoc-tsimport-plugin": "1.0.5",
    "prettier": "3.5.3",
    "rimraf": "6.0.1",
    "typescript": "5.8.3"
  },
  "dependencies": {
    "@types/ali-oss": "6.16.11",
    "@types/ssh2": "1.15.5",
    "ali-oss": "6.23.0",
    "archiver": "7.0.1",
    "dotenv": "16.4.7",
    "filesize": "11.0.2",
    "fs-extra": "11.3.1",
    "glob": "11.0.2",
    "node-ssh": "13.2.1",
    "object-inspect": "1.13.4",
    "openai": "4.86.1",
    "patch-package": "8.0.0",
    "qiniu": "7.14.0",
    "svg-captcha": "1.4.0",
    "unzipper": "0.12.3",
    "winston": "3.17.0",
    "winston-daily-rotate-file": "5.0.0"
  }
}
