{
  "name": "@gaiot/agent-cli-sdk",
  "version": "2.4.5",
  "author": "glodoncv",
  "description": "aiot agent client js sdk",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "keywords": [
    "aiot",
    "agent",
    "agent client",
    "sdk"
  ],
  "files": [
    "dist"
  ],
  "module": "./dist/agent-cli-sdk.js",
  "main": "./dist/agent-cli-sdk.umd.cjs",
  "typings": "./src/index.ts",
  "exports": {
    "import": "./src/index.ts",
    "require": "./src/index.ts",
    "type": "./src/index.ts"
  },
  "license": "MIT",
  "scripts": {
    "watch": "yarn build --watch",
    "example": "node ./example/server.js",
    "dev": "npm-run-all -p watch example",
    "start": "vite",
    "build": "yarn build:npm && yarn build:cdn",
    "build:npm": "tsc && vite build --mode prod",
    "build:cdn": "tsc && vite build --mode prod --config ./vite.config.cdn.ts",
    "preview": "vite preview",
    "check": "yarn prettier --check .",
    "write": "yarn prettier --write .",
    "lint": "eslint --ext .tsx,.ts --fix ./example -c .eslintrc.js",
    "test": "yarn dev && yarn jest",
    "storybook": "start-storybook -p 6006",
    "docs": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "vpublish:major": "sh ./publish.sh major",
    "vpublish:minor": "sh ./publish.sh minor",
    "vpublish:patch": "sh ./publish.sh patch",
    "vpublish:premajor": "sh ./publish.sh premajor",
    "vpublish:preminor": "sh ./publish.sh preminor",
    "vpublish:prepatch": "sh ./publish.sh prepatch",
    "vpublish:prerelease": "sh ./publish.sh prerelease",
    "vpublish": "npm publish --registry=https://packages.glodon.com/artifactory/api/npm/npm-GGM-releases/"
  },
  "devDependencies": {
    "@babel/core": "^7.20.12",
    "@commitlint/cli": "^17.0.3",
    "@commitlint/config-conventional": "^17.0.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@testing-library/jest-dom": "^6.6.3",
    "@types/express": "^4",
    "@types/identity-obj-proxy": "^3",
    "@types/jest": "^29.5.14",
    "@types/uuid": "^9",
    "@typescript-eslint/eslint-plugin": "^5.35.1",
    "@typescript-eslint/parser": "^5.35.1",
    "babel-loader": "^8.3.0",
    "eslint": "^8.0.1",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard-with-typescript": "^22.0.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-n": "^15.0.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-react": "^7.31.0",
    "eslint-plugin-storybook": "^0.6.10",
    "express": "4",
    "http-proxy-middleware": "^3.0.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jest-transform-stub": "^2.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "2.7.1",
    "socket.io": "^4.7.5",
    "ts-jest": "^29.2.5",
    "ts-node": "^10.9.2",
    "typescript": "*",
    "vite": "^4.1.1",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "lint-staged": {
    "*.{js,css,md,jsx,less,ts,tsx,json}": "prettier --write"
  },
  "dependencies": {
    "@gaiot/apis": "^2.4.5",
    "axios": "0.24.0",
    "buffer": "^6.0.3",
    "dayjs": "^1.11.13",
    "js-base64": "^3.7.7",
    "socket.io-client": "^4.7.5",
    "uuid": "^9.0.1",
    "vite-plugin-dts": "^4.3.0"
  }
}
