UNPKG

@glodon-aiot/agent-cli-sdk

Version:

aiot agent client js sdk

91 lines (90 loc) 2.63 kB
{ "name": "@glodon-aiot/agent-cli-sdk", "version": "3.20.1", "author": "glodoncv", "description": "aiot agent client js sdk", "type": "module", "sideEffects": false, "keywords": [ "aiot", "agent", "agent client", "sdk" ], "files": [ "dist" ], "module": "./dist/es/index.mjs", "main": "./dist/lib/index.js", "typings": "./dist/src/index.d.ts", "exports": { ".": { "import": "./dist/es/index.mjs", "require": "./dist/lib/index.js", "types": "./dist/src/index.d.ts" } }, "license": "MIT", "scripts": { "watch": "yarn build --watch", "example": "node ./example/server.js", "dev": "npm-run-all -p watch example", "start": "vite", "build": "tsc && vite build --mode prod && 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" }, "devDependencies": { "@babel/core": "^7.20.12", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-typescript": "^11.1.6", "@types/express": "^4", "@types/identity-obj-proxy": "^3", "@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", "npm-run-all": "^4.1.5", "prettier": "2.7.1", "rollup-plugin-visualizer": "^6.0.1", "socket.io": "^4.7.5", "ts-node": "^10.9.2", "typescript": "*", "vite": "^4.1.1", "vite-plugin-dts": "^4.3.0", "vite-plugin-externalize-deps": "^0.9.0", "vite-tsconfig-paths": "^5.1.4" }, "lint-staged": { "*.{js,css,md,jsx,less,ts,tsx,json}": "prettier --write" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@glodon-aiot/apis": "^3.20.1", "axios": "0.24.0", "buffer": "^6.0.3", "dayjs": "^1.11.13", "js-base64": "^3.7.7", "socket.io-client": "^4.7.5", "uuid": "^11.1.0" } }